aboutsummaryrefslogtreecommitdiffstats
path: root/coin_build_instructions.py
diff options
context:
space:
mode:
Diffstat (limited to 'coin_build_instructions.py')
-rw-r--r--coin_build_instructions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py
index ad4331845..6f51cce8f 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -90,7 +90,7 @@ def call_setup(python_ver):
def run_build_instructions():
# Disable unsupported configs for now
- if CI_HOST_OS_VER in ["WinRT_10"]:
+ if CI_HOST_OS_VER in ["WinRT_10", "MacOS_10_13"]:
print("Disabled " + CI_HOST_OS_VER + " from Coin configuration")
exit()
if CI_HOST_ARCH == "X86_64" and CI_TARGET_ARCH == "X86":