mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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
|
if [ "$(type -t addon)" = "function" ]; then
|
||||||
addon
|
addon
|
||||||
|
debug_strip $ADDON_BUILD/$PKG_ADDON_ID
|
||||||
else
|
else
|
||||||
echo "*** unsupported package format. please convert your package ***"
|
echo "*** unsupported package format. please convert your package ***"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user