diff options
Diffstat (limited to 'xmake/modules/utils/binary/rpath.lua')
| -rw-r--r-- | xmake/modules/utils/binary/rpath.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/utils/binary/rpath.lua b/xmake/modules/utils/binary/rpath.lua index c47f7c768..016ff5133 100644 --- a/xmake/modules/utils/binary/rpath.lua +++ b/xmake/modules/utils/binary/rpath.lua @@ -269,8 +269,8 @@ function remove(binaryfile, rpath, opt) end end --- remove all rpath -function remove_all(binaryfile, opt) +-- clean rpath +function clean(binaryfile, opt) for _, rpath in ipairs(list(binaryfile, opt)) do remove(binaryfile, rpath, opt) end |
