We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6771a commit dca83ceCopy full SHA for dca83ce
1 file changed
tools/scripts/toolchains/x86_64-linux-musl.lua
@@ -26,6 +26,10 @@ do
26
set_description("x86_64 cross compiler for linux.")
27
on_load(function(toolchain)
28
toolchain:load_cross_toolchain()
29
+
30
+ toolchain:set("toolset", "cxx", "x86_64-linux-musl-g++")
31
+ toolchain:set("toolset", "ld", "x86_64-linux-musl-gcc")
32
33
toolchain:add("ldflags", "--static", {force = true})
34
end)
35
end
0 commit comments