From 3eb8749861478f3d396d6a4692dcf23e35a237dd Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 26 Jul 2025 00:52:29 +0800 Subject: add todo --- xmake/modules/utils/binary/deplibs.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmake/modules/utils/binary/deplibs.lua') 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) -- cgit v1.3.1