mirror of
https://github.com/emmett1/lfs-scripts.git
synced 2026-01-21 08:32:26 +00:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
build_opt="--without-ensurepip"
|
|
if [ ! "$BOOTSTRAP" ]; then
|
|
build_opt="$build_opt
|
|
--enable-shared
|
|
--with-system-expat
|
|
--with-system-ffi
|
|
--enable-optimizations"
|
|
fi
|