mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
fixes mach-o bustage r=rjc,cls
This commit is contained in:
parent
74b270f1db
commit
fef33d20aa
@ -97,5 +97,9 @@ EXTRA_DSO_LDOPTS = \
|
|||||||
$(MOZ_JS_LIBS) \
|
$(MOZ_JS_LIBS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
ifeq ($(MOZ_WIDGET_TOOLKIT),mac)
|
||||||
|
EXTRA_DSO_LDOPTS += $(TK_LIBS)
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user