mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Try to fix some Thunderbird build problems on certain OS X build machines. CVS: ----------------------------------------------------------------------
This commit is contained in:
parent
4b89aaa53e
commit
cc046f4b28
@ -119,4 +119,8 @@ EXTRA_DSO_LDOPTS += \
|
||||
$(MOZ_XPCOM_OBSOLETE_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
EXTRA_DSO_LDOPTS += $(TK_LIBS)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user