Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Flatten the INC definition to one line.

Co-authored-by: lzutao <taolzu@gmail.com>
  • Loading branch information
cuviper and tesuji committed Aug 22, 2020
1 parent a210a29 commit 5c87749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
Expand Up @@ -18,8 +18,7 @@ cd clang-build
# For whatever reason the default set of include paths for clang is different
# than that of gcc. As a result we need to manually include our sysroot's
# include path, /rustroot/include, to clang's default include path.
INC="/rustroot/include"
INC="$INC:/usr/include"
INC="/rustroot/include:/usr/include"

hide_output \
cmake ../llvm \
Expand Down

0 comments on commit 5c87749

Please sign in to comment.