All symbols must be resolved at link-time on mach-o builds.

Fixing tinderbox bustage caused by checkin for bug 117589


git-svn-id: svn://10.0.0.236/trunk@117492 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2002-03-26 17:42:10 +00:00
parent 06e944d6da
commit cb377cc172

View File

@ -110,6 +110,10 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
EXPORT_OBJS = 1
endif
ifeq ($(OS_ARCH),Darwin)
EXTRA_DSO_LDOPTS += $(TK_LIBS)
endif
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH),IRIX)