Przeglądaj źródła

disable tests for openssl (#1913)

ruki 2 lat temu
rodzic
commit
7f1702504d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/o/openssl/xmake.lua

+ 1 - 1
packages/o/openssl/xmake.lua

@@ -51,7 +51,7 @@ package("openssl")
     end)
     end)
 
 
     on_install("windows", function (package)
     on_install("windows", function (package)
-        local configs = {"Configure"}
+        local configs = {"Configure", "no-tests"}
         local target
         local target
         if package:is_arch("x86", "i386") then
         if package:is_arch("x86", "i386") then
             target = "VC-WIN32"
             target = "VC-WIN32"