mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 23:22:31 +02:00
Missed one PLATFORM_OS_WINDOWS
This commit is contained in:
parent
fe267192ac
commit
613745f472
@ -385,7 +385,7 @@ cc_library(
|
||||
copts = C99_FLAGS,
|
||||
includes = INCLUDES + ["ndk_compat"],
|
||||
target_compatible_with = select({
|
||||
PLATFORM_OS_WINDOWS: ["@platforms//:incompatible"],
|
||||
"@platforms//os:windows": ["@platforms//:incompatible"],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
textual_hdrs = ["ndk_compat/cpu-features.h"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user