Attempt to fix bustage on Mac caused by bug 397073.

This commit is contained in:
reed@reedloden.com 2007-11-12 22:04:00 -08:00
parent 42fe9864cd
commit 955b9a5f8e

View File

@ -86,5 +86,9 @@ EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
EXTRA_DSO_LDOPTS += $(TK_LIBS)
endif
include $(topsrcdir)/config/rules.mk