зеркало из https://github.com/mozilla/gecko-dev.git
87b77cda38
This moves the parts of toolkit/library/rust/shared/lib.rs related to panic hooking to a new mozglue subdirectory, which will be used for things that can be statically linked to e.g. libxul, rather than in a "shared library". The panic hook is disabled when building spidermonkey via the mozjs_sys crate. Differential Revision: https://phabricator.services.mozilla.com/D52793 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
rust | ||
README |
README
mozglue/static contains parts of the mozglue library that can/should be statically linked to e.g. js/Gecko.