mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
json: fix build flag
This commit is contained in:
parent
5122b85728
commit
6a28cbdd6e
@ -6,7 +6,7 @@ module json
|
|||||||
|
|
||||||
// TODO: windows support
|
// TODO: windows support
|
||||||
#flag linux -I$HOME/code/v/thirdpaty/cJSON
|
#flag linux -I$HOME/code/v/thirdpaty/cJSON
|
||||||
#flag mac -I$HOME/code/v/thirdpaty/cJSON
|
#flag darwin -I$HOME/code/v/thirdpaty/cJSON
|
||||||
|
|
||||||
// #include "cJSON.c"
|
// #include "cJSON.c"
|
||||||
#include "cJSON.h"
|
#include "cJSON.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user