Bug 1427808 - Fix libs for clang-plugin build. r=froydnj

This commit is contained in:
David Major 2018-10-12 07:14:00 -04:00
parent d38a852ff0
commit 56fefe876b

View File

@ -57,7 +57,7 @@ if test -n "$ENABLE_CLANG_PLUGIN"; then
dnl version that what our build machines have installed.
LLVM_LDFLAGS=`echo "$LLVM_LDFLAGS" | sed -E 's/-L[[^ ]]+\/clang\/lib//'`
elif test "${HOST_OS_ARCH}" = "WINNT"; then
CLANG_LDFLAGS="clang.lib clangASTMatchers.lib"
CLANG_LDFLAGS="clangASTMatchers.lib clang.lib"
else
CLANG_LDFLAGS="-lclangASTMatchers"
fi