portability fix for MacOS X

This commit is contained in:
Volker Grabsch 2009-02-05 18:37:53 +01:00
parent 46dc68e5ff
commit ac6d3c39ec
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
AR='$(TARGET)-ar' \
NM='$(TARGET)-nm' \
--host='$(TARGET)' \
--disable-shared \