summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------dhall-lang0
-rw-r--r--dhall/build.rs1
2 files changed, 1 insertions, 0 deletions
diff --git a/dhall-lang b/dhall-lang
-Subproject 1f87b0285ffc098a3ef05c93a8186c32736bd4a
+Subproject 30841349fd02fd4eb965cba23a8dc557e99fbd1
diff --git a/dhall/build.rs b/dhall/build.rs
index f7a31c0..e80115f 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -23,6 +23,7 @@ fn dhall_files_in_dir<'a>(dir: &'a Path) -> impl Iterator<Item = String> + 'a {
fn main() -> std::io::Result<()> {
println!("cargo:rerun-if-changed=../dhall-lang/.git");
+ println!("cargo:rerun-if-changed=../.git/modules/dhall-lang/refs/heads/master");
let out_dir = env::var("OUT_DIR").unwrap();
let tests_dir = Path::new("../dhall-lang/tests/");