gecko-dev/build/mozconfig.lld-link

9 строки
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