diff options
| author | ruki <[email protected]> | 2025-07-02 22:47:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-02 22:47:13 +0800 |
| commit | cc50f4503c1b7159fdabe89429844ec6ca8eea1f (patch) | |
| tree | 367da67b893f601348bd63531df4ef3aeb17c01e /xmake/plugins/project/xmake.lua | |
| parent | b1d2fc1295e85eb6773aa209ed19f6e6d2f21141 (diff) | |
rename xcode2 to xcode
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rw-r--r-- | xmake/plugins/project/xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua index 6f6066b54..431518fac 100644 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -43,8 +43,7 @@ task("project") , " - xmakefile (makefile with xmake)" , " - cmake" , " - ninja" - , " - xcode (need cmake)" - , " - xcode2" + , " - xcode" , " - compile_flags" , " - compile_commands (clang compilation database with json format)" , " - vs (auto detect), vs2002 - vs2022" |
