stylo: Add a build log mechanism.

MozReview-Commit-ID: 4Zo1EveUYkK
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
Emilio Cobos Álvarez 2017-03-16 20:52:36 +01:00
parent ae1a7cc7b8
commit a1930fc554
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 50 additions and 1 deletions

View file

@ -8,6 +8,8 @@ extern crate lazy_static;
#[cfg(feature = "bindgen")]
extern crate bindgen;
#[cfg(feature = "bindgen")]
extern crate log;
#[cfg(feature = "bindgen")]
extern crate regex;
extern crate walkdir;