diff options
| author | ruki <[email protected]> | 2024-01-19 22:33:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-01-19 22:33:48 +0800 |
| commit | d6b735946decd66fe980899e65f8cbaf187d2ea5 (patch) | |
| tree | 127ba12b3d96abda39237b9471e686e38263fcf4 /xmake/rules/c++/xmake.lua | |
| parent | db9500fd626062cf5096aec42ae5d24f6b910a22 (diff) | |
fix typo
Diffstat (limited to 'xmake/rules/c++/xmake.lua')
| -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") |
