mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1052508 - Fix --with-system-nss build bustage. r=glandium
This commit is contained in:
parent
3435f82b15
commit
99221d9853
2
config/external/nss/crmf/moz.build
vendored
2
config/external/nss/crmf/moz.build
vendored
@ -8,7 +8,7 @@ LIBRARY_NAME = 'crmf'
|
||||
|
||||
if CONFIG['MOZ_NATIVE_NSS']:
|
||||
OS_LIBS += [l for l in CONFIG['NSS_LIBS'] if l.startswith('-L')]
|
||||
OS_LIBS += '-lcrmf'
|
||||
OS_LIBS += ['-lcrmf']
|
||||
else:
|
||||
USE_LIBS += [
|
||||
# The dependency on nss is not real, but is required to force the
|
||||
|
Loading…
Reference in New Issue
Block a user