aubio: fix for $(TARGET)-ar

This commit is contained in:
Tony Theodore 2014-11-24 14:13:59 +11:00
parent 7f999d67ec
commit 237f0064af
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && \
AR='$(TARGET)-ar' \
CC='$(TARGET)-gcc' \
PKGCONFIG='$(TARGET)-pkg-config' \
./waf configure build install \