Commit 0d42a06
Tamas Vajk
Handle -stdlib++-isystem in cargo build script path rewriting
The -stdlib++-isystem flag is a standard Clang flag for specifying
C++ standard library header paths. When Bazel passes CC toolchain
flags to cargo build scripts, paths following this flag need to be
prefixed with ${pwd} just like -isystem paths, otherwise the build
script can't find the headers in the sandbox.1 parent f31db8b commit 0d42a06
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments