We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a210a29 commit 5c87749Copy full SHA for 5c87749
src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
@@ -18,8 +18,7 @@ cd clang-build
18
# For whatever reason the default set of include paths for clang is different
19
# than that of gcc. As a result we need to manually include our sysroot's
20
# include path, /rustroot/include, to clang's default include path.
21
-INC="/rustroot/include"
22
-INC="$INC:/usr/include"
+INC="/rustroot/include:/usr/include"
23
24
hide_output \
25
cmake ../llvm \
0 commit comments