diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-09-17 10:07:48 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-09-17 10:07:48 (GMT) |
commit | 118f2c0b33a349194198e6f30228a929916730e2 (patch) | |
tree | 4b1aa9537330ba8357041d839a48f683e3fd7bdf /src/portaudio.mk | |
parent | 5b82323caae830e27b0634007cec760e25d7b199 (diff) | |
download | mxe-118f2c0b33a349194198e6f30228a929916730e2.zip mxe-118f2c0b33a349194198e6f30228a929916730e2.tar.gz mxe-118f2c0b33a349194198e6f30228a929916730e2.tar.bz2 |
package portaudio: fix detection of $(TARGET)-ar
Diffstat (limited to 'src/portaudio.mk')
-rw-r--r-- | src/portaudio.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |