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:
parent
06e944d6da
commit
cb377cc172
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user