зеркало из https://github.com/mozilla/gecko-dev.git
Bug 49842. Include xpfelocation_s to initialize viewer's file locator stuff.
This commit is contained in:
Родитель
25de616d20
Коммит
385ea3b153
|
@ -125,6 +125,12 @@ ifdef MOZ_FULLCIRCLE
|
|||
XP_LIBS += $(FULLCIRCLE_LIBS)
|
||||
endif
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
XP_LIBS += -llibxpfelocation_s
|
||||
else
|
||||
XP_LIBS += -lxpfelocation_s
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
$(UNIX_VIEWER_TK_LIBS) \
|
||||
$(GTK_GLUE) \
|
||||
|
|
Загрузка…
Ссылка в новой задаче