Skip to content

Commit 5b4f98d

Browse files
committed
fix typo
1 parent 24abcbb commit 5b4f98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if is_plat("macosx", "linux") then
5050
cxflags = "-D_LIBCPP_DISABLE_AVAILABILITY=1"
5151
end
5252
local ldflags = "-fuse-ld=lld"
53-
local shflags = "-fuse-ld=lld",
53+
local shflags = "-fuse-ld=lld"
5454

5555
add_cxflags(cxflags)
5656
add_ldflags(ldflags)

0 commit comments

Comments
 (0)