Bug 1492664 - generate portable URLs for Android mach commands; r=nalexander
[gecko.git] / build / mozconfig.clang-cl
blob9146ba69060981aba2e3982b859d210f11154e97
1 if test -d "$topsrcdir/clang/bin"; then
2     CLANG_DIR=`cd "$topsrcdir/clang/bin" ; pwd`
3     export PATH="${CLANG_DIR}:${PATH}"
4     mk_export_correct_style PATH
6     if $(cd $topsrcdir/clang/lib/clang/* && test -d lib/windows); then
7         CLANG_LIB_DIR="$(cd $topsrcdir/clang/lib/clang/* && cd lib/windows && pwd)"
8         export LIB=$LIB:$CLANG_LIB_DIR
9         mk_export_correct_style LIB
10     fi
13 export CC=clang-cl
14 export CXX=clang-cl
15 export ENABLE_CLANG_PLUGIN=1