mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 07:23:37 +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,
|
copts = C99_FLAGS,
|
||||||
includes = INCLUDES + ["ndk_compat"],
|
includes = INCLUDES + ["ndk_compat"],
|
||||||
target_compatible_with = select({
|
target_compatible_with = select({
|
||||||
PLATFORM_OS_WINDOWS: ["@platforms//:incompatible"],
|
"@platforms//os:windows": ["@platforms//:incompatible"],
|
||||||
"//conditions:default": [],
|
"//conditions:default": [],
|
||||||
}),
|
}),
|
||||||
textual_hdrs = ["ndk_compat/cpu-features.h"],
|
textual_hdrs = ["ndk_compat/cpu-features.h"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user