Skip to content

Commit

Permalink
fix cosmoc toolchain for c++
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jun 27, 2024
1 parent 51c206d commit 057dece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/toolchains/cosmocc/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ toolchain("cosmocc")
set_formats("symbol", "$(name).sym")

set_toolset("cc", "cosmocc")
set_toolset("cxx", "cosmocc", "cosmoc++")
set_toolset("cxx", "cosmocc++", "cosmocc")
set_toolset("cpp", "cosmocc -E")
set_toolset("as", "cosmocc")
set_toolset("ld", "cosmoc++", "cosmocc")
Expand Down

0 comments on commit 057dece

Please sign in to comment.