mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Apparently --disable-static no longer works?
This commit is contained in:
+1
-1
@@ -582,7 +582,7 @@ if "python" in targets and not USE_CURRENT_PYTHON_VERSION:
|
|||||||
# with the system python because of some threading initialization
|
# with the system python because of some threading initialization
|
||||||
PYTHON_CONFIGURE_ARGS = []
|
PYTHON_CONFIGURE_ARGS = []
|
||||||
if platform.system() == "Darwin":
|
if platform.system() == "Darwin":
|
||||||
PYTHON_CONFIGURE_ARGS = ["--disable-static", "--enable-shared"]
|
PYTHON_CONFIGURE_ARGS = ["--enable-shared"]
|
||||||
|
|
||||||
for PYTHON_VERSION in PYTHON_VERSIONS:
|
for PYTHON_VERSION in PYTHON_VERSIONS:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user