WEBOS: Strip binary before packaging it

This commit is contained in:
Klaus Reimer 2011-04-03 00:45:20 +02:00 committed by Max Horn
parent 7c5c6803ab
commit b17f7d20c2

View File

@ -13,6 +13,7 @@ webosrelease:
mkdir -p $(STAGING_DIR)/lib
cp -f $(PATH_RESOURCES)/* $(STAGING_DIR)
cp -f scummvm $(STAGING_DIR)/bin
$(WEBOS_PDK)/arm-gcc/bin/arm-none-linux-gnueabi-strip $(STAGING_DIR)/bin/scummvm
$(WEBOS_SDK)/bin/palm-package $(STAGING_DIR)
rm -rf STAGING