diff --git a/contracts/vesting/build.rs b/contracts/vesting/build.rs index 01b3a20dc6..7245a3647d 100644 --- a/contracts/vesting/build.rs +++ b/contracts/vesting/build.rs @@ -4,5 +4,6 @@ use vergen::{vergen, Config}; fn main() { + #[cfg(not(target_family = "windows"))] vergen(Config::default()).expect("failed to extract build metadata") }