Explorar el Código

disable tests for openssl (#1913)

ruki hace 2 años
padre
commit
7f1702504d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/o/openssl/xmake.lua

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

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