mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 18:41:12 +00:00
WEBOS: Use STRIP variable to strip the binary
This commit is contained in:
parent
2a2d65051d
commit
1bc38d2532
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user