mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
WEBOS: Strip binary before packaging it
This commit is contained in:
parent
7c5c6803ab
commit
b17f7d20c2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user