We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a765b commit e5e2fb1Copy full SHA for e5e2fb1
1 file changed
build.rs
@@ -134,8 +134,10 @@ fn main() {
134
}
135
136
137
- if target_arch == "x86" && target_os == "windows" && target_env == "gnu"
138
- // && env_flag("CARGO_CFG_LIBC_UNSTABLE_WINDOWS_GNU_TIME64")
+ if target_arch == "x86"
+ && target_os == "windows"
139
+ && target_env == "gnu"
140
+ && env_flag("CARGO_CFG_LIBC_UNSTABLE_WINDOWS_GNU_TIME64")
141
{
142
set_cfg("windows_gnu_time64");
143
0 commit comments