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/rust/api.lua | |
| parent | 0c52f3a6ab4397c5be94c3293f4ae20d6b7a8b94 (diff) | |
rename other pathes to paths
Diffstat (limited to 'xmake/languages/rust/api.lua')
| -rw-r--r-- | xmake/languages/rust/api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/languages/rust/api.lua b/xmake/languages/rust/api.lua index 4e787c689..b7864eae2 100644 --- a/xmake/languages/rust/api.lua +++ b/xmake/languages/rust/api.lua @@ -43,7 +43,7 @@ function apis() , "toolchain.add_shflags" , "toolchain.add_rpathdirs" } - _g.pathes = + _g.paths = { -- target.add_xxx "target.add_linkdirs" |
