mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
|
CLANG_DIR=`cd "$topsrcdir/clang/bin" ; pwd`
|
||
|
export PATH="${CLANG_DIR}:${PATH}"
|
||
|
|
||
|
mk_export_correct_style PATH
|
||
|
|
||
|
export CC=clang-cl
|
||
|
export CXX=clang-cl
|