Bug 1055591 - Don't add lib prefix in config/external/ffi/moz.build for mingw. r=glandium

This commit is contained in:
Jacek Caban 2014-08-26 13:50:14 +02:00
parent 730b1ae20e
commit da08dea87f

View File

@ -9,7 +9,7 @@ LIBRARY_NAME = 'ffi'
if CONFIG['MOZ_NATIVE_FFI']:
OS_LIBS += CONFIG['MOZ_FFI_LIBS']
else:
if CONFIG['OS_ARCH'] == 'WINNT':
if CONFIG['_MSC_VER']:
prefix = 'lib'
else:
prefix = ''