adding IOKit dependency for mac static build (sr=bryner, not part of build)

This commit is contained in:
pinkerton%netscape.com 2003-10-31 20:07:44 +00:00
Родитель 2f9af5e17a
Коммит 3f56956411
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -310,7 +310,7 @@ endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifdef BUILD_STATIC_LIBS
LIBS += -framework QuickTime
LIBS += -framework QuickTime -framework IOKit
endif
endif