Skip to content

Commit dca83ce

Browse files
committed
✨ feat(tools/scripts/toolchains/x86_64-linux-musl.lua): update x86_64-linux-musl toolchain
1 parent 0c6771a commit dca83ce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/scripts/toolchains/x86_64-linux-musl.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ do
2626
set_description("x86_64 cross compiler for linux.")
2727
on_load(function(toolchain)
2828
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+
2933
toolchain:add("ldflags", "--static", {force = true})
3034
end)
3135
end

0 commit comments

Comments
 (0)