From 9d9144b2b44677d2862e389b7a83900ee3e8e44c Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 14 May 2018 16:57:09 +0200 Subject: Clarify and fix the path to openssl libs for Coin Windows build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- coin_build_instructions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coin_build_instructions.py') 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", -- cgit v1.2.3