summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaurice Bos <m-ou.se@m-ou.se>2016-04-21 10:32:21 (GMT)
committerMaurice Bos <m-ou.se@m-ou.se>2016-04-21 10:32:39 (GMT)
commit01dd93bdc612f9b12a0f913aa495e98327872628 (patch)
tree87ca7a877140db06399cfc47b0ff9329cfa975f1 /src
parent8278d00b086bc440e9058f775b6ee69b22daf84e (diff)
downloadmxe-01dd93bdc612f9b12a0f913aa495e98327872628.zip
mxe-01dd93bdc612f9b12a0f913aa495e98327872628.tar.gz
mxe-01dd93bdc612f9b12a0f913aa495e98327872628.tar.bz2
Disable dynamic loading for static libalure.
Diffstat (limited to 'src')
-rw-r--r--src/alure.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alure.mk b/src/alure.mk
index 1188d96..a4905ea 100644
--- a/src/alure.mk
+++ b/src/alure.mk
@@ -19,6 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)/build' && cmake \
+ -DDYNLOAD=OFF \
-DBUILD_STATIC=ON \
-DBUILD_SHARED=OFF \
-DBUILD_EXAMPLES=OFF \