diff options
author | Thao le <thaolt@songphi.com> | 2016-07-27 14:38:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-27 14:38:19 (GMT) |
commit | c488cdd822b8400fddfa22f1f6e2b06121663cb9 (patch) | |
tree | b64a302afa7d2690a9ea72353e763e44fefa204a /src/aubio.mk | |
parent | 526355876daf3e8aec44f038f3ee2579cacc4216 (diff) | |
download | mxe-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.mk | 1 |
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) |