Mypal/build/mozconfig.clang-cl

8 lines
149 B
Plaintext
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
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