Bug 1485949 - fix busted build of clang-plugin on MacOS native build. r=glandium

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andi-Bogdan Postelnicu 2018-08-24 11:44:38 +00:00
parent 385e2369c5
commit d25759d92e

View File

@ -68,7 +68,6 @@ HOST_COMPILE_FLAGS['VISIBILITY'] = []
# libc++ is required to build plugins against clang on OS X.
if CONFIG['HOST_OS_ARCH'] == 'Darwin':
HOST_CXXFLAGS += ['-stdlib=libc++']
HOST_LDFLAGS += ['-lc++']
DIRS += [
'tests',