summaryrefslogtreecommitdiffstats
path: root/src/json_spirit.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-11-09 01:45:01 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-11-09 01:45:01 (GMT)
commitf67a6c1c13a82ade75604472a3fdd6b822b392d4 (patch)
tree027c7505cba8d4aa41ab947da21b9a6a50953a03 /src/json_spirit.mk
parent1ab7a0bea72415f2e29a4b4317b183747e85a1b3 (diff)
downloadmxe-f67a6c1c13a82ade75604472a3fdd6b822b392d4.zip
mxe-f67a6c1c13a82ade75604472a3fdd6b822b392d4.tar.gz
mxe-f67a6c1c13a82ade75604472a3fdd6b822b392d4.tar.bz2
FIxup
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/json_spirit.mk')
-rw-r--r--src/json_spirit.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/json_spirit.mk b/src/json_spirit.mk
index 92baaed..0eb80e1 100644
--- a/src/json_spirit.mk
+++ b/src/json_spirit.mk
@@ -33,7 +33,17 @@ define $(PKG)_BUILD
-DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_RELEASE_POSTFIX='' \
- -DBoost_THREADAPI=win32
+ -DBoost_THREADAPI=win32 \
+ -DBUILD_TESTS=OFF \
+ -DBUILD_apps=OFF \
+ -DBUILD_examples=OFF \
+ -DBUILD_global_tests=OFF \
+ -DBUILD_tools=OFF \
+ -DHAVE_MM_MALLOC_EXITCODE=0 \
+ -DHAVE_SSE4_1_EXTENSIONS_EXITCODE=0 \
+ -DHAVE_SSE3_EXTENSIONS_EXITCODE=0 \
+ -DHAVE_SSE2_EXTENSIONS_EXITCODE=0 \
+ -DHAVE_SSE_EXTENSIONS_EXITCODE=0
$(MAKE) -C '$(1).build' -j '$(JOBS)' VERBOSE=1 || $(MAKE) -C '$(1)' -j 1 VERBOSE=1
$(MAKE) -C '$(1).build' -j 1 install VERBOSE=1
endef