summaryrefslogtreecommitdiffstats
path: root/src/aubio.mk
diff options
context:
space:
mode:
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' \