diff options
| author | ruki <[email protected]> | 2024-10-23 23:31:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-10-23 23:31:40 +0800 |
| commit | b3c6d968249e01ce2b00417c4d63ae524e883afd (patch) | |
| tree | 448cc9671ee64cc019f53694b07fe198673000fe | |
| parent | d3e46bad60e7f841d0064251f9051d1b1d257017 (diff) | |
fix typo
| -rw-r--r-- | xmake/plugins/project/ninja/build_ninja.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/ninja/build_ninja.lua b/xmake/plugins/project/ninja/build_ninja.lua index 02d81b7e5..1264ed60c 100644 --- a/xmake/plugins/project/ninja/build_ninja.lua +++ b/xmake/plugins/project/ninja/build_ninja.lua @@ -48,7 +48,7 @@ function _escape_path(filepath) return filepath end --- tranlate path +-- translate path function _translate_path(filepath, outputdir) filepath = path.translate(filepath) if filepath == "" then |
