Skip to content

Commit 5c87749

Browse files
cuvipertesuji
andcommitted
Apply suggestions from code review
Flatten the INC definition to one line. Co-authored-by: lzutao <[email protected]>
1 parent a210a29 commit 5c87749

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ cd clang-build
1818
# For whatever reason the default set of include paths for clang is different
1919
# than that of gcc. As a result we need to manually include our sysroot's
2020
# include path, /rustroot/include, to clang's default include path.
21-
INC="/rustroot/include"
22-
INC="$INC:/usr/include"
21+
INC="/rustroot/include:/usr/include"
2322

2423
hide_output \
2524
cmake ../llvm \

0 commit comments

Comments
 (0)