Skip to content
Snippets Groups Projects
Commit fc613326 authored by Alexandre Lision's avatar Alexandre Lision Committed by Alexandre Lision
Browse files

android: fix msgpack compilation on OSX

Handling of run-path (@rpath) was not working when targeting android.
This rpath is used to link with shared libraries.
This patch disables the shared version of msgpack, since we only use the
static one anyway

Change-Id: I7100ac2a3ef8f1dbff382e0384ba4d5ad6e2b9ad
Tuleap: #534
parent 9635709f
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ endif ...@@ -9,6 +9,7 @@ endif
MSGPACK_CMAKECONF := -DMSGPACK_CXX11=ON \ MSGPACK_CMAKECONF := -DMSGPACK_CXX11=ON \
-DMSGPACK_BUILD_EXAMPLES=OFF \ -DMSGPACK_BUILD_EXAMPLES=OFF \
-DMSGPACK_ENABLE_SHARED=OFF \
-DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_LIBDIR=lib
$(TARBALLS)/msgpack-c-$(MSGPACK_VERSION).tar.gz: $(TARBALLS)/msgpack-c-$(MSGPACK_VERSION).tar.gz:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment