Commit 12b3bca
Merge #334
334: rs-libc: resolve symlinks in build script r=jethrogb a=choco
Hello, for our build system we use `nix` specifically `naersk` (https://github.com/nmattia/naersk).
During the building process dependencies are linked into a build dir, not copied.
The `rs-libc` build script explicitly checks that the dir entries are files, so symlinks get ignored.
One possible solutions for our use case would be to remove this check.
Co-authored-by: Enrico Ghirardi <[email protected]>1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
0 commit comments