Merge pull request #455 from abma/master

enable openal shared compile
This commit is contained in:
Timothy Gu 2014-08-16 11:25:22 -07:00
commit 945e867707
1 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ endef
define $(PKG)_BUILD
cd '$(1)/build' && cmake .. \
-DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
-DLIBTYPE=STATIC \
-DLIBTYPE=$(if BUILD_SHARED,SHARED,STATIC) \
-DEXAMPLES=FALSE
$(MAKE) -C '$(1)/build' -j '$(JOBS)' install
@ -30,4 +30,3 @@ define $(PKG)_BUILD
`'$(TARGET)-pkg-config' openal --cflags --libs`
endef
$(PKG)_BUILD_SHARED =