From 6a28cbdd6ee316e3854a0f654e9f83286b50cef4 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 23 Jun 2019 11:16:10 +0200 Subject: [PATCH] json: fix build flag --- json/json_primitives.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/json_primitives.v b/json/json_primitives.v index 9337e5fd1c..d410b78b52 100644 --- a/json/json_primitives.v +++ b/json/json_primitives.v @@ -6,7 +6,7 @@ module json // TODO: windows support #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.h"