diff options
| author | ruki <[email protected]> | 2020-09-29 00:18:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-29 00:18:31 +0800 |
| commit | d662c54d57accd1382c2368e3c7f27832d9ef10d (patch) | |
| tree | 0a9b103c16aab1f8c887b597deeddab9f7e9a709 /xmake/languages/objc++/api.lua | |
| parent | 0c52f3a6ab4397c5be94c3293f4ae20d6b7a8b94 (diff) | |
rename other pathes to paths
Diffstat (limited to 'xmake/languages/objc++/api.lua')
| -rw-r--r-- | xmake/languages/objc++/api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/languages/objc++/api.lua b/xmake/languages/objc++/api.lua index 9b8c6a1a5..5d5a3ae0b 100644 --- a/xmake/languages/objc++/api.lua +++ b/xmake/languages/objc++/api.lua @@ -81,7 +81,7 @@ function apis() , "toolchain.add_includedirs" , "toolchain.add_frameworkdirs" } - _g.pathes = + _g.paths = { -- target.set_xxx "target.set_headerdir" -- TODO deprecated |
