diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-02-05 17:37:53 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-02-05 17:37:53 (GMT) |
commit | ac6d3c39ec8ab3ac6cfc0ec8cef4c2e2279d5498 (patch) | |
tree | 78b5da9f20151f650fc71d43232fcab7e1de95ba /src/smpeg.mk | |
parent | 46dc68e5ff4b9a802a79c4ce44bc84265c895a79 (diff) | |
download | mxe-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.mk | 1 |
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 \ |