Bug 1576710 - Perform the correct comparison with OS Arch r=nalexander

This removes an unrecognized parameter warning.

Differential Revision: https://phabricator.services.mozilla.com/D43504

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Ritter 2019-08-26 18:58:51 +00:00
Родитель 7d2bac0334
Коммит 9dfb78cd80
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -73,7 +73,7 @@ if CONFIG['HOST_OS_ARCH'] == 'Darwin':
# As of clang 8, llvm-config doesn't output the flags used to build clang
# itself, so we don't end up with -fPIC as a side effect. llvm.org/PR8220
if CONFIG['HOST_OS_ARCH'] != 'Windows':
if CONFIG['HOST_OS_ARCH'] != 'WINNT':
HOST_CXXFLAGS += ['-fPIC']
DIRS += [