From 118f2c0b33a349194198e6f30228a929916730e2 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Mon, 17 Sep 2012 20:07:48 +1000 Subject: package portaudio: fix detection of $(TARGET)-ar --- src/portaudio.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/portaudio.mk b/src/portaudio.mk index 0dddab7..46e8ce6 100644 --- a/src/portaudio.mk +++ b/src/portaudio.mk @@ -23,7 +23,8 @@ define $(PKG)_BUILD --prefix='$(PREFIX)/$(TARGET)' \ --with-host_os=mingw \ --with-winapi=wmme,directx,wasapi,wdmks \ - --with-dxdir=$(PREFIX)/$(TARGET) + --with-dxdir=$(PREFIX)/$(TARGET) \ + ac_cv_path_AR=$(TARGET)-ar $(MAKE) -C '$(1)' -j '$(JOBS)' SHARED_FLAGS= TESTS= $(MAKE) -C '$(1)' -j 1 install -- cgit v0.12