summaryrefslogtreecommitdiffstats
path: root/src/aubio.mk
diff options
context:
space:
mode:
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 f5fb46a..68400f5 100644
--- a/src/aubio.mk
+++ b/src/aubio.mk
@@ -18,6 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && \
+ AR='$(TARGET)-ar' \
CC='$(TARGET)-gcc' \
PKGCONFIG='$(TARGET)-pkg-config' \
./waf configure build install \