summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/c++/xmake.lua2
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")