aboutsummaryrefslogtreecommitdiffstats
path: root/coin_build_instructions.py
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-05-14 16:57:09 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-05-16 07:44:00 +0000
commit9d9144b2b44677d2862e389b7a83900ee3e8e44c (patch)
tree9be85f81072a07ec8b94020792fba8da37143930 /coin_build_instructions.py
parent69c19662bbb0de20374116a38ef673f8dc44b053 (diff)
Clarify and fix the path to openssl libs for Coin Windows build
When the --openssl option is given, it should point to the openssl bin directory, and not to the openssl.exe file itself. Clarify this in the setup.py comments, and fix it in coin_build_instructions.py. Task-number: PYSIDE-660 Change-Id: I5b20a8c5a445c9f628c5abc258c43271c490e08c Reviewed-by: Simo Fält <simo.falt@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 ba823b87d..8d88b9633 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -76,7 +76,7 @@ def call_setup(python_ver):
elif CI_HOST_OS == "Windows":
cmd += ["--qmake=" + CI_ENV_INSTALL_DIR + "\\bin\\qmake.exe",
- "--openssl=C:\\openssl\\bin\\openssl"]
+ "--openssl=C:\\openssl\\bin"]
else:
cmd += ["--qmake=" + CI_ENV_INSTALL_DIR + "/bin/qmake"]
cmd += ["--build-tests",