mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user