mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Strip python3.7m as well, add -static flag
This commit is contained in:
parent
d90e711e61
commit
5efe865235
@ -15,6 +15,7 @@ function recipe_update {
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
export LDFLAGS="-static"
|
||||
cp ../config.site ./
|
||||
./configure \
|
||||
--build=${BUILD} \
|
||||
@ -42,6 +43,6 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make DESTDIR="$dest" install -j"$(nproc)"
|
||||
"$STRIP" "$dest/bin/python3.7"
|
||||
"$STRIP" "$dest/bin/python3.7" "$dest/bin/python3.7m"
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user