Merge pull request #105 from SirLynix/curl-disable-tests

libcurl: Disable testing build
pull/106/head
ruki 4 years ago committed by GitHub
commit d34c849091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/l/libcurl/xmake.lua

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

Loading…
Cancel
Save