This commit is contained in:
cbiesinger%web.de 2006-03-29 08:49:25 +00:00
Родитель 3e7ebfa5f0
Коммит da49589d8b
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -107,6 +107,10 @@ EXTRA_DSO_LDOPTS = \
$(MOZ_XPCOM_OBSOLETE_LIBS) \
$(NULL)
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
EXTRA_DSO_LDOPTS += $(TK_LIBS)
endif
else
# we don't want the shared lib, but we want to force the creation of a static lib.