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.
1 parent d1d99cd commit adefc66Copy full SHA for adefc66
xmake/toolchains/llvm/xmake.lua
@@ -67,8 +67,7 @@ toolchain("llvm")
67
end
68
69
elseif toolchain:is_plat("cross") then
70
- local cross = toolchain:cross():gsub("(.*)%-$", "%1")
71
- target = "--target=" .. cross
+ target = toolchain:cross():gsub("(.*)%-$", "%1")
72
73
local target_flags
74
if target then
0 commit comments