From fa7d5014ef605e5d2a0266f9093a600d1163c078 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Wed, 18 Dec 2024 10:36:16 +0000 Subject: [PATCH] Missed another PLATFORM_OS_WINDOWS : ( --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 1b1fdd5..25c10bf 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -12,7 +12,7 @@ exports_files(["LICENSE"]) INCLUDES = ["include"] C99_FLAGS = select({ - PLATFORM_OS_WINDOWS: [], + "@platforms//os:windows": [], "//conditions:default": [ "-Wall", "-Wextra",