We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88ecae commit 760ccddCopy full SHA for 760ccdd
xmake/modules/package/tools/cmake.lua
@@ -1155,7 +1155,7 @@ function _get_cmake_generator(package, opt)
1155
if not cmake_generator then
1156
if package:has_tool("cc", "clang_cl") or package:has_tool("cxx", "clang_cl") then
1157
cmake_generator = "Ninja"
1158
- elseif is_subhost("windows") and (package:is_plat("mingw", "wasm")) then
+ elseif is_subhost("windows") and package:is_plat("mingw", "wasm") then
1159
local mingw_make = _get_mingw32_make(package)
1160
if not mingw_make and find_tool("ninja") then
1161
0 commit comments