diff options
| author | ruki <[email protected]> | 2025-12-19 22:55:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-19 22:55:22 +0800 |
| commit | 2c497bc57fc27af645afbf3de2e4e6068ea853dc (patch) | |
| tree | def81c9e79c644381502f0bfe7c0ee7547536241 /core/src/xmake/binutils/macho/deplibs.c | |
| parent | bbe585b9b8927d71f79f8c723110224e31348381 (diff) | |
add rpath list in binutils
Diffstat (limited to 'core/src/xmake/binutils/macho/deplibs.c')
| -rw-r--r-- | core/src/xmake/binutils/macho/deplibs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/binutils/macho/deplibs.c b/core/src/xmake/binutils/macho/deplibs.c index 40d19b5cb..286a40d20 100644 --- a/core/src/xmake/binutils/macho/deplibs.c +++ b/core/src/xmake/binutils/macho/deplibs.c @@ -104,7 +104,7 @@ tb_bool_t xm_binutils_macho_deplibs(tb_stream_ref_t istream, tb_hize_t base_offs } xm_binutils_macho_swap_load_command(&lc, swap); - /* check for LC_LOAD_DYLIB, LC_LOAD_WEAK_DYLIB, LC_REEXPORT_DYLIB, LC_ID_DYLIB */ + // check for LC_LOAD_DYLIB, LC_LOAD_WEAK_DYLIB, LC_REEXPORT_DYLIB, LC_ID_DYLIB if (lc.cmd == XM_MACHO_LC_LOAD_DYLIB || lc.cmd == XM_MACHO_LC_ID_DYLIB || lc.cmd == XM_MACHO_LC_LOAD_WEAK_DYLIB || lc.cmd == XM_MACHO_LC_REEXPORT_DYLIB) { |
