1
0
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:
Alexander Medvednikov 2019-06-23 11:16:10 +02:00
parent 5122b85728
commit 6a28cbdd6e

View File

@ -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"