1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 07:02:30 +02:00

Missed another PLATFORM_OS_WINDOWS : (

This commit is contained in:
Guillaume Chatelet 2024-12-18 10:36:16 +00:00
parent 613745f472
commit fa7d5014ef

View File

@ -12,7 +12,7 @@ exports_files(["LICENSE"])
INCLUDES = ["include"]
C99_FLAGS = select({
PLATFORM_OS_WINDOWS: [],
"@platforms//os:windows": [],
"//conditions:default": [
"-Wall",
"-Wextra",