Commit 2d9d968
committed
fix: update Linux runtime library path handling
- Update comment to clarify that runtime_lib_dirs() provides
Linux toolchain runtime library search paths instead of
generic Linux-specific paths
- Remove hardcoded system library paths (/lib/x86_64-linux-gnu,
/usr/lib/x86_64-linux-gnu, /usr/lib64) from runtime_lib_dirs()
function to rely solely on toolchain-specific paths1 parent 624ce0e commit 2d9d968
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 59 | | |
63 | 60 | | |
64 | 61 | | |
| |||
0 commit comments