trying to fix windows build

This commit is contained in:
farbanas
2023-02-21 19:44:12 -05:00
parent 13e3a79a93
commit 19c1ef66c8
+1
View File
@@ -4,5 +4,6 @@
use vergen::{vergen, Config};
fn main() {
#[cfg(not(target_family = "windows"))]
vergen(Config::default()).expect("failed to extract build metadata")
}