Skip to content

Commit

Permalink
Bug 1490567 - Update ffi build to handle x86 MinGW-clang builds. r=gl…
Browse files Browse the repository at this point in the history
…andium, a=lizzard

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

--HG--
extra : source : 2e5441b820524a231d6a52284cca2db3c8e0ff19
  • Loading branch information
tomrittervg committed Sep 14, 2018
1 parent ac49530 commit da058fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/external/ffi/moz.build
Expand Up @@ -84,7 +84,7 @@ else:
elif CONFIG['FFI_TARGET'] == 'X86_WIN32':
ffi_srcs = ['ffi.c']
# MinGW Build for 32 bit
if CONFIG['CC_TYPE'] == 'gcc':
if CONFIG['CC_TYPE'] in ('gcc', 'clang'):
DEFINES['SYMBOL_UNDERSCORE'] = True
ffi_srcs += ['win32.S']
else:
Expand Down

0 comments on commit da058fd

Please sign in to comment.