|
@@ -22,7 +22,7 @@ package("libcurl")
|
|
end
|
|
end
|
|
|
|
|
|
on_install("windows", function (package)
|
|
on_install("windows", function (package)
|
|
- local configs = { "-DBUILD_TESTING=OFF" }
|
|
|
|
|
|
+ local configs = {"-DBUILD_TESTING=OFF"}
|
|
import("package.tools.cmake").install(package, configs)
|
|
import("package.tools.cmake").install(package, configs)
|
|
end)
|
|
end)
|
|
|
|
|