diff options
| author | ruki <[email protected]> | 2025-07-26 00:56:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-26 00:56:56 +0800 |
| commit | 82600499728ebde05c988a10a3970123bf438e35 (patch) | |
| tree | 5402be749570c17a7b5b9dc1fd14af7c14212f4b /xmake/modules/utils/binary | |
| parent | 67ef64a4a1d823f93029dab849dd0b64702c7b7e (diff) | |
add args
Diffstat (limited to 'xmake/modules/utils/binary')
| -rw-r--r-- | xmake/modules/utils/binary/deplibs.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/utils/binary/deplibs.lua b/xmake/modules/utils/binary/deplibs.lua index 5ed9108a4..54b3ed4a2 100644 --- a/xmake/modules/utils/binary/deplibs.lua +++ b/xmake/modules/utils/binary/deplibs.lua @@ -367,6 +367,7 @@ end -- -- @param binaryfile the binary file -- @param opt the option, e.g. {recursive = false, resolve_path = true, resolve_hint_paths = {}} +-- - plat, arch: the platform and architecture -- - recursive: recursively get all sub-dependencies, sorted by topology -- - resolve_path: try to resolve the file full path, e.g. @rpath, @loader_path, $ORIGIN, relative path .. -- - resolve_hint_paths: we can resolve and match path from them |
