aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin_build_instructions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py
index ad4331845..1a6e3dae3 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -85,6 +85,8 @@ def call_setup(python_ver):
"--jobs=4",
"--verbose-build",
"--snapshot-build"]
+ if python_ver == "3":
+ cmd += ["--limited-api=yes"]
run_instruction(cmd, "Failed to run setup.py")