mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Bug 1156621 - Don't assume --without-system-nspr. r=glandium
--HG-- extra : rebase_source : 1e1535572d91718d494884eab4119e772df84768
This commit is contained in:
parent
b66bc5f547
commit
4c56402d38
@ -41,7 +41,7 @@ if CONFIG['OS_TARGET'] == 'Linux':
|
||||
'/media/mtransport/third_party/nrappkit/src/port/linux/include',
|
||||
]
|
||||
USE_LIBS += [
|
||||
'static:/nsprpub/lib/libc/src/plc4',
|
||||
'nspr',
|
||||
]
|
||||
OS_LIBS += [
|
||||
'-lrt',
|
||||
|
@ -25,7 +25,7 @@ for var in ('MOZILLA_INTERNAL_API', 'MOZILLA_XPCOMRT_API'):
|
||||
|
||||
if CONFIG['OS_TARGET'] == 'Linux':
|
||||
USE_LIBS += [
|
||||
'static:/nsprpub/lib/libc/src/plc4',
|
||||
'nspr',
|
||||
]
|
||||
OS_LIBS += [
|
||||
'-lrt',
|
||||
|
Loading…
x
Reference in New Issue
Block a user