summaryrefslogtreecommitdiffstats
path: root/src/smpeg.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-02-05 17:37:53 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-02-05 17:37:53 (GMT)
commitac6d3c39ec8ab3ac6cfc0ec8cef4c2e2279d5498 (patch)
tree78b5da9f20151f650fc71d43232fcab7e1de95ba /src/smpeg.mk
parent46dc68e5ff4b9a802a79c4ce44bc84265c895a79 (diff)
downloadmxe-ac6d3c39ec8ab3ac6cfc0ec8cef4c2e2279d5498.zip
mxe-ac6d3c39ec8ab3ac6cfc0ec8cef4c2e2279d5498.tar.gz
mxe-ac6d3c39ec8ab3ac6cfc0ec8cef4c2e2279d5498.tar.bz2
portability fix for MacOS X
Diffstat (limited to 'src/smpeg.mk')
-rw-r--r--src/smpeg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smpeg.mk b/src/smpeg.mk
index 7c8e91d..dfe6fa4 100644
--- a/src/smpeg.mk
+++ b/src/smpeg.mk
@@ -17,6 +17,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
+ AR='$(TARGET)-ar' \
NM='$(TARGET)-nm' \
--host='$(TARGET)' \
--disable-shared \