summaryrefslogtreecommitdiffstats
path: root/src/aubio.mk
diff options
context:
space:
mode:
authorThao le <thaolt@songphi.com>2016-07-27 14:38:19 (GMT)
committerGitHub <noreply@github.com>2016-07-27 14:38:19 (GMT)
commitc488cdd822b8400fddfa22f1f6e2b06121663cb9 (patch)
treeb64a302afa7d2690a9ea72353e763e44fefa204a /src/aubio.mk
parent526355876daf3e8aec44f038f3ee2579cacc4216 (diff)
downloadmxe-c488cdd822b8400fddfa22f1f6e2b06121663cb9.zip
mxe-c488cdd822b8400fddfa22f1f6e2b06121663cb9.tar.gz
mxe-c488cdd822b8400fddfa22f1f6e2b06121663cb9.tar.bz2
Solved #1374 problem compiling aubio
Diffstat (limited to 'src/aubio.mk')
-rw-r--r--src/aubio.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aubio.mk b/src/aubio.mk
index df05acb..0a32734 100644
--- a/src/aubio.mk
+++ b/src/aubio.mk
@@ -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)