mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
simlify strip command
This commit is contained in:
parent
8d658c2730
commit
98db7f1f50
@ -187,6 +187,12 @@ kernel_path() {
|
||||
ls -d $ROOT/$BUILD/linux*
|
||||
}
|
||||
|
||||
strip_libs() {
|
||||
if [ "$DEBUG" = no ]; then
|
||||
$STRIP `find $1 -name "*.so*"`
|
||||
fi
|
||||
}
|
||||
|
||||
require_glibc() {
|
||||
if [ "$TARGET_LIBC" != glibc ]; then
|
||||
echo "$1 requires glibc, aborting."
|
||||
|
Loading…
x
Reference in New Issue
Block a user