Replaced MOZ_COMPONENT_XPCOM_LIBS with MOZ_COMPONENT_LIBS so we pick up the NSPR libs as well. Fixes a couple of ignored platform Tinderbox builds.
git-svn-id: svn://10.0.0.236/trunk@57975 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
510956bf63
commit
ffdb784714
@ -32,7 +32,7 @@ CPPSRCS = MyService.cpp
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)/..
|
||||
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_XPCOM_LIBS)
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user