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 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",