зеркало из https://github.com/mozilla/gecko-dev.git
Bug 627474 - Part 1: Link places against libmozjs in non-libxul builds; r=sdwilsh
--HG-- extra : rebase_source : 18dcec14d749b01e09164255dc0c215106880f22
This commit is contained in:
Родитель
a260e699c3
Коммит
aa6e9c5442
|
@ -82,6 +82,12 @@ EXTRA_DSO_LDOPTS += \
|
|||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../../build
|
||||
|
||||
# This is the default value. Must be in sync with the one defined in SQLite.
|
||||
|
|
Загрузка…
Ссылка в новой задаче