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 2755ee3bb..ebef6c3a8 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -155,7 +155,7 @@ if __name__ == "__main__":
python_ver = "3.8"
wheel_package_dir = "qfpa-p3.6"
if CI_TARGET_OS in ["Windows"]:
- if os.environ.get('HOST_OSVERSION_COIN') == 'windows_10_21h2':
+ if (os.environ.get('HOST_OSVERSION_COIN')).startswith('windows_10'):
python_ver = "3.10.0"
wheel_package_dir = "qfpa-p3.10"
else: