aboutsummaryrefslogtreecommitdiffstats
path: root/coin_build_instructions.py
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2018-05-14 12:01:45 +0300
committerSimo Fält <simo.falt@qt.io>2018-05-14 09:04:01 +0000
commitb36bdcd09d42f32613165eca193881653f8aded6 (patch)
tree627a75862e6c050d800b0dc90853312ec607f3bc /coin_build_instructions.py
parentb97acb34365ab3c7395d59f691c57f565c8ec43d (diff)
Fix typo in coin instruction scripts
Change-Id: I2d17a2334d59ffa7ceff35de56b53a5ec443f449 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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 d8aa74758..5d9ee7d4d 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -47,7 +47,7 @@ import os
# Values must match COIN thrift
CI_HOST_OS = option_value("os")
CI_TARGET_OS = option_value("targetOs")
-CI_HOST_OS_VER = option_value("osver")
+CI_HOST_OS_VER = option_value("osVer")
CI_ENV_INSTALL_DIR = option_value("instdir")
CI_ENV_AGENT_DIR = option_value("agentdir")
CI_COMPILER = option_value("compiler")