Coding convention fix

pull/105/head
Jérôme Leclercq 4 years ago
parent 59b53ad263
commit f12cd2b704
  1. 2
      packages/l/libcurl/xmake.lua

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

Loading…
Cancel
Save