mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1055591 - Don't add lib prefix in config/external/ffi/moz.build for mingw. r=glandium
This commit is contained in:
parent
730b1ae20e
commit
da08dea87f
2
config/external/ffi/moz.build
vendored
2
config/external/ffi/moz.build
vendored
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user