summaryrefslogtreecommitdiffstats
path: root/src/aubio.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-11-24 03:13:59 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-11-24 03:13:59 (GMT)
commit237f0064af118b1170eb7acc37e424fa5e3c696e (patch)
tree9480d210bfc71de5bf9f79b54dff5be14f0aa18d /src/aubio.mk
parent7f999d67ec6891fbd7a97d32f76fb718660ff1d4 (diff)
downloadmxe-237f0064af118b1170eb7acc37e424fa5e3c696e.zip
mxe-237f0064af118b1170eb7acc37e424fa5e3c696e.tar.gz
mxe-237f0064af118b1170eb7acc37e424fa5e3c696e.tar.bz2
aubio: fix for $(TARGET)-ar
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 \