diff options
-rw-r--r-- | spec/util/test_env.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index da293b45..390ba01c 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua | |||
@@ -373,7 +373,7 @@ function test_env.set_args() | |||
373 | 373 | ||
374 | if dir_sep == "\\" then | 374 | if dir_sep == "\\" then |
375 | test_env.TEST_TARGET_OS = "windows" | 375 | test_env.TEST_TARGET_OS = "windows" |
376 | elseif test_env.CI_WINDOWS then | 376 | if test_env.CI_WINDOWS then |
377 | if test_env.MINGW then | 377 | if test_env.MINGW then |
378 | test_env.OPENSSL_INCDIR = "c:\\msys64\\ucrt64\\include" | 378 | test_env.OPENSSL_INCDIR = "c:\\msys64\\ucrt64\\include" |
379 | test_env.OPENSSL_LIBDIR = "c:\\msys64\\ucrt64\\lib" | 379 | test_env.OPENSSL_LIBDIR = "c:\\msys64\\ucrt64\\lib" |