1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:57:44 +00:00

Ports: Build python3 port with shared libraries

This commit is contained in:
Julian Offenhäuser 2023-02-11 02:42:14 +01:00 committed by Andreas Kling
parent ed198ee6ae
commit b789debe07
3 changed files with 26 additions and 0 deletions

View file

@ -30,6 +30,7 @@ depends=(
)
configopts=(
'--disable-ipv6'
'--enable-shared'
'--without-ensurepip'
'--with-build-python=python3'
'ac_cv_file__dev_ptmx=no'