From 87942459a27465439eb85d083545bfe0fddf2ff4 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 21 Jun 2018 21:09:25 +0200 Subject: Don't package OpenSSL libraries on Windows Coin builds This is due to http://doc.qt.io/qt-5/ssl.html#import-and-export-restrictions A user may still pass --openssl option if they wish to package the libraries for their own local build. Task-number: PYSIDE-715 Change-Id: Iadade188ffa13decf03bc21b016718176f6ead6e Reviewed-by: Friedemann Kleint Reviewed-by: Alex Blasche Reviewed-by: Cristian Maureira-Fredes --- coin_build_instructions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'coin_build_instructions.py') diff --git a/coin_build_instructions.py b/coin_build_instructions.py index 65e198be4..c9d59a0a6 100644 --- a/coin_build_instructions.py +++ b/coin_build_instructions.py @@ -107,8 +107,7 @@ def call_setup(python_ver): cmd += ["--qmake=" + CI_ENV_INSTALL_DIR + "/bin/qmake"] elif CI_HOST_OS == "Windows": - cmd += ["--qmake=" + CI_ENV_INSTALL_DIR + "\\bin\\qmake.exe", - "--openssl=C:\\openssl\\bin"] + cmd += ["--qmake=" + CI_ENV_INSTALL_DIR + "\\bin\\qmake.exe"] else: cmd += ["--qmake=" + CI_ENV_INSTALL_DIR + "/bin/qmake"] cmd += ["--build-tests", -- cgit v1.2.3