Skip to content

Commit 58d92b1

Browse files
committed
improve install rpath
1 parent 4786482 commit 58d92b1

File tree

1 file changed

+0
-2
lines changed
  • xmake/modules/target/action/install

1 file changed

+0
-2
lines changed

xmake/modules/target/action/install/main.lua

-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ function _update_install_rpath(target, opt)
170170
local extra = extraconf and extraconf[rpathdir] or nil
171171
if extra and extra.installonly then
172172
rpath_utils.insert(targetfile, rpathdir, {plat = target:plat(), arch = target:arch()})
173-
else
174-
rpath_utils.remove(targetfile, rpathdir, {plat = target:plat(), arch = target:arch()})
175173
end
176174
end
177175
end

0 commit comments

Comments
 (0)