after building libxul.so, there are issues building plugin-container and 
xpcshell where
libmozjs.so (needed by libxul.so) isn't provided.

One of the easier workarounds seems to be adding
>SHARED_LIBS += $(DEPTH)/js/src/libmozjs.so
after 
>SHARED_LIBS += $(DEPTH)/toolkit/library/libxul.so
in the respective backend.mk

since backend.mk is a generated file, what would be the "right" way to add 
libmozjs.so?
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to