diff --git a/xmake/plugins/project/ninja/build_ninja.lua b/xmake/plugins/project/ninja/build_ninja.lua index 02d81b7e5c..1264ed60c3 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