mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/build: fix stripping of symbols
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e1f8fe9272
commit
071b9cc1be
@ -63,7 +63,7 @@ if [ ! -f $STAMP ]; then
|
||||
|
||||
if [ -f $PKG_DIR/build ]; then
|
||||
$PKG_DIR/build $@ >&$VERBOSE_OUT
|
||||
if [ "$DEBUG" = no ]; then
|
||||
if [ ! "$DEBUG" = yes ]; then
|
||||
$STRIP `find $BUILD/$1* -name "*.so"` 2>/dev/null || \
|
||||
echo "Information: no *.so libs found"
|
||||
$STRIP `find $BUILD/$1* -name "*.so.[0-9]*"` 2>/dev/null ||\
|
||||
|
Loading…
x
Reference in New Issue
Block a user