From 613745f472ed4231acc374e47913a3c5d3565a5c Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Wed, 18 Dec 2024 10:33:45 +0000 Subject: [PATCH] Missed one PLATFORM_OS_WINDOWS --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 3543624..1b1fdd5 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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"],