Revision 1daea36338a01eecee9938e7dae7d95cbfb131b2 authored by Mark Banner on 15 February 2016, 23:43:42 UTC, committed by Mark Banner on 15 February 2016, 23:43:42 UTC
--HG--
rename : browser/extensions/loop/chrome/content/panels/panel.html => browser/extensions/loop/chrome/content/panels/slideshow.html
extra : transplant_source : %F5u%FC%831%E7%3AKnU%FA%DB%7B%B9%DD%87%D1%3C%99%9F
1 parent 73a5a25
Raw File
mozconfig.rust
# Options to enable rust in automation builds.

# Tell configure to use the tooltool rustc.
# Assume this is compiled with --enable-rpath so we don't
# have to set LD_LIBRARY_PATH.
RUSTC="$topsrcdir/rustc/bin/rustc"

# Enable rust in the build.
ac_add_options --enable-rust
back to top