summaryrefslogtreecommitdiff
path: root/xmake/modules/utils/binary
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/utils/binary')
-rw-r--r--xmake/modules/utils/binary/deplibs.lua3
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)