summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
Diffstat (limited to 'xmake')
-rw-r--r--xmake/core/sandbox/modules/import/core/base/binutils.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/sandbox/modules/import/core/base/binutils.lua b/xmake/core/sandbox/modules/import/core/base/binutils.lua
index 0fc2b6796..a3b9428b6 100644
--- a/xmake/core/sandbox/modules/import/core/base/binutils.lua
+++ b/xmake/core/sandbox/modules/import/core/base/binutils.lua
@@ -82,8 +82,6 @@ function sandbox_core_base_binutils.rpath_list(binaryfile)
end
end
--- insert rpath to binary file (auto-detect format: ELF or Mach-O)
-
-- clean rpaths from binary file (auto-detect format: ELF or Mach-O)
function sandbox_core_base_binutils.rpath_clean(binaryfile)
local ok, errors = binutils.rpath_clean(binaryfile)