summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-07-27 17:37:36 (GMT)
committerGitHub <noreply@github.com>2016-07-27 17:37:36 (GMT)
commit11b6f3b0e2c3aa0ac6448cf8172b347ea76ffe0c (patch)
treeb64a302afa7d2690a9ea72353e763e44fefa204a
parent526355876daf3e8aec44f038f3ee2579cacc4216 (diff)
parentc488cdd822b8400fddfa22f1f6e2b06121663cb9 (diff)
downloadmxe-11b6f3b0e2c3aa0ac6448cf8172b347ea76ffe0c.zip
mxe-11b6f3b0e2c3aa0ac6448cf8172b347ea76ffe0c.tar.gz
mxe-11b6f3b0e2c3aa0ac6448cf8172b347ea76ffe0c.tar.bz2
Merge pull request #1459 from spthaolt/1374_problem_compiling_aubio
Solved #1374 problem compiling aubio
-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)