Skip to content

Commit

Permalink
test host
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Sep 23, 2024
1 parent 35699f5 commit a555ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmake/modules/private/action/require/impl/package.lua
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,8 @@ function _finish_requireinfo(requireinfo, package)
-- all binary packages are host package
-- we need to synchronize the setup to requireinfo so that all its dependent packages inherit from it.
if package:is_binary() then
requireinfo.host = true
-- TODO test
-- requireinfo.host = true
end
end

Expand Down

0 comments on commit a555ae2

Please sign in to comment.