Skip to content

Commit

Permalink
Missed one PLATFORM_OS_WINDOWS
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet committed Dec 18, 2024
1 parent fe26719 commit 613745f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 613745f

Please sign in to comment.