Skip to content
Snippets Groups Projects
Verified Commit 5efe8652 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Strip python3.7m as well, add -static flag

parent d90e711e
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment