json: fix build flag

pull/428/head
Alexander Medvednikov 2019-06-23 11:16:10 +02:00
parent 5122b85728
commit 6a28cbdd6e
1 changed files with 1 additions and 1 deletions

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"