We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d89857 commit 44a1e94Copy full SHA for 44a1e94
skia-bindings/build_support/platform/windows.rs
@@ -64,6 +64,8 @@ impl PlatformDetails for Msvc {
64
};
65
66
builder.cflag(runtime_library);
67
+
68
+ builder.cflag("-D__IMMINTRIN_H");
69
}
70
71
fn link_libraries(&self, features: &Features) -> Vec<String> {
0 commit comments