We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3ea80 commit 032aa2bCopy full SHA for 032aa2b
ui-sys/build.rs
@@ -7,6 +7,7 @@ use std::fs::{self, File};
7
use std::io::Write;
8
9
fn main() {
10
+ println!("cargo:rerun-if-changed=libui");
11
if !Path::new("libui/.git").exists() {
12
Command::new("git").args(&["submodule", "update", "--init"]).status().expect("Could not update libui submodule");
13
}
0 commit comments