mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 21:22:47 +00:00
Place xpcom libs before nspr libs in MOZ_COMPONENT_LIBS
This commit is contained in:
parent
0471906e82
commit
bc6c487031
@ -394,7 +394,7 @@ endif
|
||||
|
||||
DEPENDENCIES = .md
|
||||
|
||||
MOZ_COMPONENT_LIBS=$(MOZ_COMPONENT_NSPR_LIBS) $(MOZ_COMPONENT_XPCOM_LIBS)
|
||||
MOZ_COMPONENT_LIBS=$(MOZ_COMPONENT_XPCOM_LIBS) $(MOZ_COMPONENT_NSPR_LIBS)
|
||||
|
||||
ifdef GC_LEAK_DETECTOR
|
||||
MOZ_COMPONENT_XPCOM_LIBS += -lboehm
|
||||
|
Loading…
x
Reference in New Issue
Block a user