diff options
| -rw-r--r-- | xmake/rules/c++/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/xmake.lua b/xmake/rules/c++/xmake.lua index b6e016645..1a059c160 100644 --- a/xmake/rules/c++/xmake.lua +++ b/xmake/rules/c++/xmake.lua @@ -28,7 +28,7 @@ rule("c.build") target:set("extensions", ".a") target:set("prefixname", "lib") end - end + end) rule("c++.build") set_sourcekinds("cxx") |
