summaryrefslogtreecommitdiffstats
path: root/src/aubio.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-01-06 03:22:12 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2016-01-06 05:26:06 (GMT)
commitfbbf762bd7ff144bfabc1e225617b89b472998f3 (patch)
treeea22a89958d98826d1caf8db74bd0d8b3fad88be /src/aubio.mk
parent4e07f89bb3410c37427220388e18a26e3522719d (diff)
downloadmxe-fbbf762bd7ff144bfabc1e225617b89b472998f3.zip
mxe-fbbf762bd7ff144bfabc1e225617b89b472998f3.tar.gz
mxe-fbbf762bd7ff144bfabc1e225617b89b472998f3.tar.bz2
Fix multiple bugs in aubio
Diffstat (limited to 'src/aubio.mk')
-rw-r--r--src/aubio.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/aubio.mk b/src/aubio.mk
index 8c7adbe..ec1bbf4 100644
--- a/src/aubio.mk
+++ b/src/aubio.mk
@@ -35,10 +35,6 @@ define $(PKG)_BUILD
cd '$(1)' && ./waf build install
- # It is not trivial to adjust the installation in waf-based builds
- $(if $(BUILD_STATIC), \
- $(INSTALL) -m644 '$(1)/build/src/libaubio.a' '$(PREFIX)/$(TARGET)/lib')
-
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-aubio.exe' \