Skip to content

Commit 60533d7

Browse files
authored
Merge pull request #31 from Dushistov/fix-build-for-merge
feature: rerun if something changed in C++ part
2 parents 4050ddb + d9e1767 commit 60533d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

couchbase-lite-core-sys/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ fn main() {
1717
.build()
1818
.join("build");
1919

20+
println!("cargo:rerun-if-changed=couchbase-lite-core");
21+
2022
println!("cargo:rustc-link-search=native={}", dst.display());
2123
println!(
2224
"cargo:rustc-link-search=native={}",

0 commit comments

Comments
 (0)