From 79bb40092f80f4413e0002a293db92019a17f77a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 14 Sep 2022 10:57:08 +0200 Subject: [PATCH] Apparently --disable-static no longer works? --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 97cf45e495..59848465ec 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -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: