summaryrefslogtreecommitdiffstats
path: root/src/json_spirit.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-11-09 01:45:09 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-11-09 01:45:09 (GMT)
commitb910ebeaa2cbdada9e4f4fe503c70319f3a929e8 (patch)
tree5a60fe2a6475a58479ceb4ced7218e288dd7a913 /src/json_spirit.mk
parentf67a6c1c13a82ade75604472a3fdd6b822b392d4 (diff)
downloadmxe-b910ebeaa2cbdada9e4f4fe503c70319f3a929e8.zip
mxe-b910ebeaa2cbdada9e4f4fe503c70319f3a929e8.tar.gz
mxe-b910ebeaa2cbdada9e4f4fe503c70319f3a929e8.tar.bz2
json_spirit: Remove unneeded CMake switches
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, 1 insertions, 11 deletions
diff --git a/src/json_spirit.mk b/src/json_spirit.mk
index 0eb80e1..92baaed 100644
--- a/src/json_spirit.mk
+++ b/src/json_spirit.mk
@@ -33,17 +33,7 @@ define $(PKG)_BUILD
-DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_RELEASE_POSTFIX='' \
- -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
+ -DBoost_THREADAPI=win32
$(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