MOZ_JS_LIBS doesn't set the linker path so put it after MOZ_COMPONENT_LIBS.

This commit is contained in:
cls%seawood.org 2000-05-03 00:21:08 +00:00
parent 7a02f0ac9e
commit ab7b9347df

View File

@ -93,8 +93,8 @@ EXPORTS += \
endif
EXTRA_DSO_LDOPTS += \
$(MOZ_JS_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_JS_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk