Skip to content

Commit

Permalink
move parse_deps.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 24, 2025
1 parent d52893b commit d1b1492
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/modules/core/project/depend.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function _get_depfiles_parser(depfiles_format)
end
local parser = depfiles_parsers[depfiles_format]
if parser == nil then
parser = import("private.tools." .. depfiles_format .. ".parse_deps", {anonymous = true})
parser = import("core.tools." .. depfiles_format .. ".parse_deps", {anonymous = true})
depfiles_parsers[depfiles_format] = parser or false
end
return parser or nil
Expand Down

0 comments on commit d1b1492

Please sign in to comment.