diff options
| author | ruki <[email protected]> | 2026-02-12 00:41:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-12 00:41:49 +0800 |
| commit | 120bb0b0cf4a046638dca0d408a5bff604d91c9f (patch) | |
| tree | 5efbe1ec971ed7ad0415a226c8f99ee1ede511c8 /xmake | |
| parent | 790140eab69420769d87040a72b12f2642a43979 (diff) | |
improve binutils.format to support wasm
Diffstat (limited to 'xmake')
| -rw-r--r-- | xmake/core/sandbox/modules/import/core/base/binutils.lua | 2 |
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) |
