Merge pull request #1459 from spthaolt/1374_problem_compiling_aubio

Solved #1374 problem compiling aubio
This commit is contained in:
Boris Nagaev 2016-07-27 21:37:36 +04:00 committed by GitHub
commit 11b6f3b0e2
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ define $(PKG)_BUILD
--with-target-platform='win$(BITS)' \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-fftw3f \
--libdir='$(PREFIX)/$(TARGET)/lib' \
$(if $(BUILD_STATIC), \
--enable-static --disable-shared --disable-jack, \
--disable-static --enable-shared)