diff options
| -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 |
