mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Strip libraries as well
This commit is contained in:
parent
b86345a1d2
commit
e9eae9ce82
@ -73,6 +73,6 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make DESTDIR="$dest" install
|
||||
find "$dest"/bin -exec $STRIP {} ';' 2> /dev/null
|
||||
find "$dest"/{bin,lib} -exec $STRIP {} ';' 2> /dev/null
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user