1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 05:57:35 +00:00

Ports/python3: Update Python to 3.11.0

This now requires `--host` and `--with-build-python` to be passed to the
configure script when cross compiling; the former we simply do like in
many other package.sh scripts as well, the latter we point to `python3`,
which is expected to match the port's version anyway.
This commit is contained in:
Linus Groh 2022-10-25 12:29:28 +01:00
parent 35ec636b5d
commit edf3aee4df
9 changed files with 28 additions and 28 deletions

View file

@ -15,10 +15,10 @@ in the detection code.
1 file changed, 2 insertions(+)
diff --git a/setup.py b/setup.py
index acd7b05..6554b1c 100644
index e651ac7627e8b796f8b9b4d60f592bc9261b6540..c4c4e92309a952a88d9de1b853a9535cb86913cc 100644
--- a/setup.py
+++ b/setup.py
@@ -163,6 +163,8 @@ def sysroot_paths(make_vars, subdirs):
@@ -166,6 +166,8 @@ def sysroot_paths(make_vars, subdirs):
for var_name in make_vars:
var = sysconfig.get_config_var(var_name)
if var is not None: