Skip to content

Commit

Permalink
build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Jun 15, 2024
1 parent 76dda83 commit 509380d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libsais64-rs/src/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
fn main() {
std::process::Command::new("git")
.args([
"submodule",
"update",
"--init",
"--recursive"
])
.output()
.expect("Failed to fetch git submodules!");
}

0 comments on commit 509380d

Please sign in to comment.