mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
bustage fix part #2
This commit is contained in:
parent
853ee0bd73
commit
7a8e12e764
@ -107,6 +107,10 @@ EXTRA_DSO_LDOPTS = \
|
||||
$(MOZ_XPCOM_OBSOLETE_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
EXTRA_DSO_LDOPTS += $(TK_LIBS)
|
||||
endif
|
||||
|
||||
else
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
|
Loading…
Reference in New Issue
Block a user