зеркало из https://github.com/mozilla/pjs.git
Added $(TK_LIBS) to EXTRA_LIBS for Neutrino because Timers require the
photon native library to be linked in to work properly. r=rhp
This commit is contained in:
Родитель
bd5cf510a4
Коммит
5f4320924d
|
@ -39,6 +39,11 @@ LIBS = \
|
|||
-lmsgbaseutil \
|
||||
$(NULL)
|
||||
|
||||
# The Timer libs for Photon/Neutrino require the Toolkit libs to also be linked
|
||||
# in.
|
||||
ifeq ($(TARGET_OS),nto)
|
||||
EXTRA_LIBS += $(TK_LIBS)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -39,5 +39,11 @@ LIBS = \
|
|||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
# The Timer libs for Photon/Neutrino require the Toolkit libs to also be linked
|
||||
# in.
|
||||
ifeq ($(TARGET_OS),nto)
|
||||
EXTRA_LIBS += $(TK_LIBS)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче