diff options
Diffstat (limited to 'xmake/plugins/project/xcode/xcodeproj.lua')
| -rw-r--r-- | xmake/plugins/project/xcode/xcodeproj.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/xcode/xcodeproj.lua b/xmake/plugins/project/xcode/xcodeproj.lua index 6e3abe3da..15ba420f8 100644 --- a/xmake/plugins/project/xcode/xcodeproj.lua +++ b/xmake/plugins/project/xcode/xcodeproj.lua @@ -22,7 +22,7 @@ import(".cmake.cmakelists") import("lib.detect.find_tool") --- TODO maybe we need implement it by myself, do not use cmake +-- TODO maybe we need to implement it by myself, do not use cmake function make(outputdir) -- check |
