Skip to content

Commit

Permalink
improve install rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Sep 13, 2024
1 parent 4786482 commit 58d92b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmake/modules/target/action/install/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ function _update_install_rpath(target, opt)
local extra = extraconf and extraconf[rpathdir] or nil
if extra and extra.installonly then
rpath_utils.insert(targetfile, rpathdir, {plat = target:plat(), arch = target:arch()})
else
rpath_utils.remove(targetfile, rpathdir, {plat = target:plat(), arch = target:arch()})
end
end
end
Expand Down

0 comments on commit 58d92b1

Please sign in to comment.