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
Родитель 7a02f0ac9e
Коммит ab7b9347df
1 изменённых файлов: 1 добавлений и 1 удалений

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

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