Skip to content

Commit

Permalink
Missed another PLATFORM_OS_WINDOWS : (
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet committed Dec 18, 2024
1 parent 613745f commit fa7d501
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 @@ -12,7 +12,7 @@ exports_files(["LICENSE"])
INCLUDES = ["include"]

C99_FLAGS = select({
PLATFORM_OS_WINDOWS: [],
"@platforms//os:windows": [],
"//conditions:default": [
"-Wall",
"-Wextra",
Expand Down

0 comments on commit fa7d501

Please sign in to comment.