commit | 4d4e008e690fd50400abd8ad15150bd814e3a852 | [log] [tgz] |
---|---|---|
author | Aliaksandr Averchanka <a.averchanka@axxonsoft.dev> | Thu Aug 15 10:01:02 2024 +0300 |
committer | Aliaksandr Averchanka <a.averchanka@axxonsoft.dev> | Mon Aug 19 08:57:04 2024 +0300 |
tree | 50580158c5cdafb9dc47b4e1da97af3203a0ed35 | |
parent | b575a8fc8c9a2316d7add288796dee7ff225cb14 [diff] |
file(GET_RUNTIME_DEPENDENCIES): Fix resolution of repeated ELF dependencies When a library file name is encountered multiple times, reuse the result from the first time. This more closely matches the behavior of the dynamic loader on Linux. Fixes: #24621