aubio: fix for $(TARGET)-ar

pull/568/head
Tony Theodore 10 years ago
parent 7f999d67ec
commit 237f0064af

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

Loading…
Cancel
Save