We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e30f0 commit e848d49Copy full SHA for e848d49
modules/skcms/BUILD.gn
@@ -91,7 +91,7 @@ static_library("skcms") {
91
} else if (is_clang) {
92
cflags_c += [ "-std=c11" ]
93
}
94
- if (target_cpu != "x64" || target_os == "android" || (is_win && is_mingw)) {
+ if (target_cpu != "x64" || target_os == "android" || (is_win && !is_mingw)) {
95
defines = [
96
"SKCMS_DISABLE_HSW",
97
"SKCMS_DISABLE_SKX",
0 commit comments