Skip to content

Commit 3b89345

Browse files
author
Patricia Aas
committed
Use Chromium Clang on Linux
1 parent d68851c commit 3b89345

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

update.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ CHROMIUM_DIR="$THIRD_PARTY_DIR/chromium"
196196

197197
export PATH="$PATH:${DEPOT_TOOLS_DIR}"
198198

199-
# Not using the Chromium Clang on MacOS yet
200-
#if [ "$OSTYPE" != "darwin19" ] ; then
201-
#PATH="${CHROMIUM_DIR}/third_party/llvm-build/Release+Asserts/bin/:$PATH"
202-
#fi
199+
# Use Chromium Clang on Linux
200+
if [ "$OSTYPE" == "linux-gnu" ] ; then
201+
PATH="${CHROMIUM_DIR}/third_party/llvm-build/Release+Asserts/bin/:$PATH"
202+
fi
203203

204204
NINJAJOBS=""
205205
if [ "$BUILD_JOBS" != $DEFAULT_BUILD_JOBS ] ; then

0 commit comments

Comments
 (0)