We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9ec3d3 + 1e2a354 commit 66084a5Copy full SHA for 66084a5
xmake/modules/core/tools/rustc/target_triple.lua
@@ -47,7 +47,7 @@ function _translate_plat(plat, arch, opt)
47
return "-pc-windows-msvc"
48
elseif plat == "mingw" or plat == "msys" then
49
return "-pc-windows-gnu"
50
- elseif plat == "linux" or plat == "cross" then
+ elseif plat == "linux" then
51
return "-unknown-linux-gnu"
52
elseif plat == "macosx" then
53
return "-apple-darwin"
0 commit comments