Try to fix some Thunderbird build problems on certain OS X build machines. CVS: ----------------------------------------------------------------------

This commit is contained in:
scott%scott-macgregor.org 2004-06-13 04:52:25 +00:00
Родитель 45bcddf927
Коммит ab8380a7aa
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -119,4 +119,8 @@ EXTRA_DSO_LDOPTS += \
$(MOZ_XPCOM_OBSOLETE_LIBS) \ $(MOZ_XPCOM_OBSOLETE_LIBS) \
$(NULL) $(NULL)
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
EXTRA_DSO_LDOPTS += $(TK_LIBS)
endif
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk