mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
bazel: disable ndk_compat on windows
This commit is contained in:
@ -393,6 +393,10 @@ cc_library(
|
||||
srcs = ["ndk_compat/cpu-features.c"],
|
||||
copts = C99_FLAGS,
|
||||
includes = INCLUDES + ["ndk_compat"],
|
||||
target_compatible_with = select({
|
||||
"@platforms//os:windows": ["@platforms//:incompatible"],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
textual_hdrs = ["ndk_compat/cpu-features.h"],
|
||||
deps = [
|
||||
":cpu_features_macros",
|
||||
|
Reference in New Issue
Block a user