Apparently --disable-static no longer works?

This commit is contained in:
Thomas Krijnen
2022-09-14 10:57:08 +02:00
parent 2c7a4ca880
commit 79bb40092f
+1 -1
View File
@@ -582,7 +582,7 @@ if "python" in targets and not USE_CURRENT_PYTHON_VERSION:
# with the system python because of some threading initialization
PYTHON_CONFIGURE_ARGS = []
if platform.system() == "Darwin":
PYTHON_CONFIGURE_ARGS = ["--disable-static", "--enable-shared"]
PYTHON_CONFIGURE_ARGS = ["--enable-shared"]
for PYTHON_VERSION in PYTHON_VERSIONS:
try: