We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24abcbb commit 5b4f98dCopy full SHA for 5b4f98d
xmake.lua
@@ -50,7 +50,7 @@ if is_plat("macosx", "linux") then
50
cxflags = "-D_LIBCPP_DISABLE_AVAILABILITY=1"
51
end
52
local ldflags = "-fuse-ld=lld"
53
- local shflags = "-fuse-ld=lld",
+ local shflags = "-fuse-ld=lld"
54
55
add_cxflags(cxflags)
56
add_ldflags(ldflags)
0 commit comments