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..4608c890c 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -69,7 +69,7 @@ def call_setup(python_ver):
cmd = [env_python, "setup.py"]
# With 5.11 CI will create two sets of release binaries, one with msvc 2015 and one with msvc 2017
# we shouldn't release the 2015 version.
- if CI_RELEASE_CONF and CI_COMPILER not in ["MSVC2017"]:
+ if CI_RELEASE_CONF and CI_COMPILER not in ["MSVC2015"]:
cmd += ["bdist_wheel", "--standalone"]
else:
cmd += ["build"]