changeset 2733:e8d0224638b2

package portaudio: fix detection of $(TARGET)-ar
author Tony Theodore <tonyt@logyst.com>
date Mon, 17 Sep 2012 20:07:48 +1000
parents ebe3474e514b
children b28cc3e50c33
files src/portaudio.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/portaudio.mk	Mon Sep 17 20:06:50 2012 +1000
+++ b/src/portaudio.mk	Mon Sep 17 20:07:48 2012 +1000
@@ -23,7 +23,8 @@
         --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