mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
|