diff options
| author | ruki <[email protected]> | 2023-07-19 16:40:49 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-19 16:40:49 +0800 |
| commit | b8890a47fc1da1e71775e9bc35201bad583a5328 (patch) | |
| tree | 5d0515a96df5c013d93ca8d82df5d425070dc67a /xmake/plugins/project/xcode/xcodeproj.lua | |
| parent | 6b86787c896982bf9c7337c310e05ec1ee79eae9 (diff) | |
| parent | f75224a8435d0eb9cdda79f8bc571eeef25a8e33 (diff) | |
Merge pull request #3976 from wangtz0607/master
Fix grammar
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 |
