Skip to content

Commit e5e2fb1

Browse files
committed
chore: wip
1 parent d8a765b commit e5e2fb1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,10 @@ fn main() {
134134
}
135135
}
136136

137-
if target_arch == "x86" && target_os == "windows" && target_env == "gnu"
138-
// && env_flag("CARGO_CFG_LIBC_UNSTABLE_WINDOWS_GNU_TIME64")
137+
if target_arch == "x86"
138+
&& target_os == "windows"
139+
&& target_env == "gnu"
140+
&& env_flag("CARGO_CFG_LIBC_UNSTABLE_WINDOWS_GNU_TIME64")
139141
{
140142
set_cfg("windows_gnu_time64");
141143
}

0 commit comments

Comments
 (0)