Skip to content

Commit

Permalink
adjust c++ suffix order
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed May 15, 2019
1 parent fc53dfc commit 75a5962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/languages/c++/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
language("c++")

-- set source file kinds
set_sourcekinds {cc = ".c", cxx = {".cc", ".cpp", ".cxx"}}
set_sourcekinds {cc = ".c", cxx = {".cpp", ".cc", ".cxx"}}

-- set source file flags
set_sourceflags {cc = {"cflags", "cxflags"}, cxx = {"cxxflags", "cxflags"}}
Expand Down

0 comments on commit 75a5962

Please sign in to comment.