aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/build.rs')
-rw-r--r--components/style/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/build.rs b/components/style/build.rs
index 8d40ccb9969..d31bc87e88a 100644
--- a/components/style/build.rs
+++ b/components/style/build.rs
@@ -83,6 +83,7 @@ fn generate_properties() {
fn main() {
println!("cargo:rerun-if-changed=build.rs");
+ println!("cargo:out_dir={}", env::var("OUT_DIR").unwrap());
generate_properties();
build_gecko::generate();
}