|
@@ -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"
|