Merge pull request #1313 from m-ou-se/alurefix

Disable dynamic loading for static libalure.
This commit is contained in:
Timothy Gu 2016-04-21 16:48:44 -07:00
commit 5dc0eb8eb9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)/build' && cmake \
-DDYNLOAD=OFF \
-DBUILD_STATIC=ON \
-DBUILD_SHARED=OFF \
-DBUILD_EXAMPLES=OFF \