taglib: enable shared

tested on all four targets
This commit is contained in:
Tony Theodore 2016-01-09 09:54:12 +11:00
parent e1f3dc02f6
commit c827bc7ccb
1 changed files with 1 additions and 3 deletions

View File

@ -18,8 +18,6 @@ define $(PKG)_BUILD
mkdir '$(1)/build'
cd '$(1)/build' && cmake .. \
-DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \
-DENABLE_STATIC=ON
-DENABLE_STATIC=$(CMAKE_STATIC_BOOL)
$(MAKE) -C '$(1)/build' -j '$(JOBS)' install
endef
$(PKG)_BUILD_SHARED =