aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xMac/BuildScript/build-installer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 84e1422a628..b35789a7e31 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -1147,7 +1147,9 @@ def buildPython():
# will find them during its extension import sanity checks.
print("Running configure...")
+ print(" NOTE: --with-mimalloc=no pending resolution of weak linking issues")
runCommand("%s -C --enable-framework --enable-universalsdk=/ "
+ "--with-mimalloc=no "
"--with-universal-archs=%s "
"%s "
"%s "