From 45c7334b90bfea01b0ddd452545134292b9e3ebb Mon Sep 17 00:00:00 2001 From: roboo Date: Mon, 10 Oct 2016 17:00:02 +0200 Subject: Fix of openssl location on TravisCI OSX build --- test/test_environment.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/test_environment.lua b/test/test_environment.lua index 8239795d..8f451e31 100644 --- a/test/test_environment.lua +++ b/test/test_environment.lua @@ -202,6 +202,9 @@ function test_env.set_args() if execute_bool("sw_vers") then test_env.TEST_TARGET_OS = "osx" + if test_env.TRAVIS then + test_env.OPENSSL_DIRS = "OPENSSL_LIBDIR=C:\\OpenSSL-Win32\\lib OPENSSL_INCDIR=C:\\OpenSSL-Win32\\include" + end elseif execute_output("uname -s") == "Linux" then test_env.TEST_TARGET_OS = "linux" else -- cgit v1.2.3-55-g6feb