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: