diff options
| author | ruki <[email protected]> | 2020-06-30 22:35:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-30 09:35:25 +0800 |
| commit | 761d86e8804754630c122c65c3fba0d501bf0d89 (patch) | |
| tree | c8f3177b9b21345d6097fba73bd8e36a0988f45f /xmake/plugins/project/xcode/xcodeproj.lua | |
| parent | 60a6eb1e461202fa1890b3077861cda406faab5e (diff) | |
update comments
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 859b97cb5..cbc14c3ba 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") --- make +-- TODO maybe we need implement it by myself, do not use cmake function make(outputdir) -- check |
