mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/create_addon: strip all addons
This makes sure that all executables in addon install dir are stripped. We can now drop debug_strip in addons' package.mk.
This commit is contained in:
parent
37302f18bb
commit
bb617446b8
@ -167,6 +167,7 @@ if [ "$PKG_IS_ADDON" = "yes" ] ; then
|
||||
|
||||
if [ "$(type -t addon)" = "function" ]; then
|
||||
addon
|
||||
debug_strip $ADDON_BUILD/$PKG_ADDON_ID
|
||||
else
|
||||
echo "*** unsupported package format. please convert your package ***"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user