mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v,ast,fmt,parser: support @[tag]
for hash statements, like #define
and #flag
(#23210)
This commit is contained in:
parent
30ececc2a3
commit
9ae0a9db9b
10 changed files with 45 additions and 9 deletions
|
@ -1,6 +1,8 @@
|
|||
module fontstash
|
||||
|
||||
#flag -I @VEXEROOT/thirdparty/fontstash
|
||||
|
||||
@[use_once]
|
||||
#define FONTSTASH_IMPLEMENTATION
|
||||
$if gcboehm ? {
|
||||
#define FONTSTASH_MALLOC GC_MALLOC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue