fix some packages tests for clang on Windows with msvc runtime (#3250)

pull/3253/head
Arthur Laurent 1 year ago committed by GitHub
parent 0681adf87d
commit 1a847b5fd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/c/cxxopts/xmake.lua

@ -35,6 +35,6 @@ package("cxxopts")
("f,file", "File name", cxxopts::value<std::string>())
("v,verbose", "Verbose output", cxxopts::value<bool>()->default_value("false"));
}
]]}, {configs = {languages = "c++11"}, includes = "cxxopts.hpp"}))
]]}, {configs = {languages = "c++14"}, includes = "cxxopts.hpp"}))
end)

Loading…
Cancel
Save