diff options
| author | ruki <[email protected]> | 2025-07-26 00:52:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-26 00:52:29 +0800 |
| commit | 3eb8749861478f3d396d6a4692dcf23e35a237dd (patch) | |
| tree | 636cd60fae44546bc272d7e38999c9c9c15a7310 /xmake/modules/utils/binary/deplibs.lua | |
| parent | 163ed4a33a78904a2425c5ca7a6e9b53262b737f (diff) | |
add todo
Diffstat (limited to 'xmake/modules/utils/binary/deplibs.lua')
| -rw-r--r-- | xmake/modules/utils/binary/deplibs.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/modules/utils/binary/deplibs.lua b/xmake/modules/utils/binary/deplibs.lua index b04604bf8..b3c1c257d 100644 --- a/xmake/modules/utils/binary/deplibs.lua +++ b/xmake/modules/utils/binary/deplibs.lua @@ -300,6 +300,9 @@ function _resolve_filepath(binaryfile, dependfile, opt) resolved = true end end + + -- TODO + -- resolve path from LD_LIBRARY_PATH, ... end dependfile = path.normalize(dependfile) |
