gecko-dev/build/mozconfig.lld-link

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 строки
154 B
Plaintext
Исходник Обычный вид История

if test -d "$topsrcdir/clang/bin"; then
CLANG_DIR=`cd "$topsrcdir/clang/bin" ; pwd`
export PATH="${CLANG_DIR}:${PATH}"
fi
export LINKER=lld-link