summaryrefslogtreecommitdiffstats
path: root/src/json_spirit.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-11-09 01:43:26 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-11-09 01:44:19 (GMT)
commit1ab7a0bea72415f2e29a4b4317b183747e85a1b3 (patch)
tree5a60fe2a6475a58479ceb4ced7218e288dd7a913 /src/json_spirit.mk
parent60a849f16253c33d996339c69017ff6e37b239b9 (diff)
downloadmxe-1ab7a0bea72415f2e29a4b4317b183747e85a1b3.zip
mxe-1ab7a0bea72415f2e29a4b4317b183747e85a1b3.tar.gz
mxe-1ab7a0bea72415f2e29a4b4317b183747e85a1b3.tar.bz2
json_spirit: Support shared builds
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/json_spirit.mk')
-rw-r--r--src/json_spirit.mk14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/json_spirit.mk b/src/json_spirit.mk
index ab54d55..92baaed 100644
--- a/src/json_spirit.mk
+++ b/src/json_spirit.mk
@@ -33,19 +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
-
-$(PKG)_BUILD_SHARED =