diff options
| author | ruki <[email protected]> | 2025-12-21 21:10:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-21 21:10:02 +0800 |
| commit | 2b56c8ee2256fe007d9be131cf1cb9e1126fcf26 (patch) | |
| tree | bca4813aec296ad20515d558d69ae2365966211e /core/src/xmake/engine.c | |
| parent | b6f59585662d051459b6660d397a9b41941738da (diff) | |
only add rpath_clean
Diffstat (limited to 'core/src/xmake/engine.c')
| -rw-r--r-- | core/src/xmake/engine.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c index fb6a3e0b1..4bad4d6e8 100644 --- a/core/src/xmake/engine.c +++ b/core/src/xmake/engine.c @@ -673,8 +673,6 @@ static luaL_Reg const g_binutils_functions[] = { { "readsyms", xm_binutils_readsyms }, { "deplibs", xm_binutils_deplibs }, { "rpath_list", xm_binutils_rpath_list }, - { "rpath_insert", xm_binutils_rpath_insert }, - { "rpath_remove", xm_binutils_rpath_remove }, { "rpath_clean", xm_binutils_rpath_clean }, { "extractlib", xm_binutils_extractlib }, { tb_null, tb_null }, |
