mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
19df97348b
--HG-- extra : rebase_source : 5366f1c5dde1e3cbc327f0b7cc256120a3e9627a extra : amend_source : f85b40ba1896d2af8f1afd1d48622cf23e4a964e
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
if test -d "$topsrcdir/clang/bin"; then
|
|
CLANG_DIR=`cd "$topsrcdir/clang/bin" ; pwd`
|
|
export PATH="${CLANG_DIR}:${PATH}"
|
|
|
|
mk_export_correct_style PATH
|
|
fi
|
|
|
|
export LINKER=lld-link
|