Skip to content

Commit 44a1e94

Browse files
committed
Don't include immintrin.h on Windows
1 parent 7d89857 commit 44a1e94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skia-bindings/build_support/platform/windows.rs

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ impl PlatformDetails for Msvc {
6464
};
6565

6666
builder.cflag(runtime_library);
67+
68+
builder.cflag("-D__IMMINTRIN_H");
6769
}
6870

6971
fn link_libraries(&self, features: &Features) -> Vec<String> {

0 commit comments

Comments
 (0)