WEBOS: Use STRIP variable to strip the binary

This commit is contained in:
Klaus Reimer 2011-04-09 22:12:43 +02:00 committed by Max Horn
parent 2a2d65051d
commit 1bc38d2532

View File

@ -16,7 +16,7 @@ webosrelease:
cp -f gui/themes/translations.dat $(STAGING_DIR)/share/scummvm
cp -f gui/themes/scummmodern.zip $(STAGING_DIR)/share/scummvm
cp -f scummvm $(STAGING_DIR)/bin
$(WEBOS_PDK)/arm-gcc/bin/arm-none-linux-gnueabi-strip $(STAGING_DIR)/bin/scummvm
$(STRIP) $(STAGING_DIR)/bin/scummvm
$(WEBOS_SDK)/bin/palm-package $(STAGING_DIR)
rm -rf STAGING