package librtmp: portability macro for make

This commit is contained in:
Mark Brand 2012-06-17 22:44:00 +02:00
parent ae38ee2a17
commit ab4f7763ba
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
make -C '$(1)' \
$(MAKE) -C '$(1)' \
CROSS_COMPILE='$(TARGET)-' \
prefix='$(PREFIX)/$(TARGET)' \
SYS=mingw \