mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Define MOZ_COMPONENT_LIBS to resolve missing symbols. r=cls
This commit is contained in:
parent
1195013f98
commit
dfa6f20d42
@ -49,6 +49,10 @@ XPIDLSRCS = \
|
||||
nsIScriptError.idl \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# install::
|
||||
|
Loading…
x
Reference in New Issue
Block a user