Updated Wavpack to shared

This commit is contained in:
Tuukka Pasanen 2013-12-20 12:46:02 +02:00 committed by Tony Theodore
parent 228666076e
commit 6e81d8db34
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--without-iconv \
CFLAGS="-DWIN32"
$(MAKE) -C '$(1)' -j '$(JOBS)' SUBDIRS="src include"