Link the icon decoder with -framework Carbon to try to avoid undefined symbols on Mac OS 10.1.x. Bug 213639, r=bz.

git-svn-id: svn://10.0.0.236/trunk@147453 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com 2003-09-30 07:08:57 +00:00
parent 8a0d368e9b
commit 2bbb026aa0

View File

@ -82,5 +82,5 @@ endif
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH),Darwin)
LDFLAGS += -framework CoreServices -framework ApplicationServices
EXTRA_DSO_LDOPTS += $(TK_LIBS)
endif