Commit ef02cfc
committed
fix: use absolute paths for boringssl include symlink
Relative symlink target resolves relative to the link's own location,
not cwd where ln was invoked. quiche/deps/boringssl/src/include
pointing at 'target/release/build/...' resolved to
quiche/deps/boringssl/src/target/release/build/... (does not exist) —
curl ./configure rejected the prefix because dereferencing the
include symlink failed.
Use absolute /opt/quiche-src/... for both find input and ln target.1 parent c30313c commit ef02cfc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments