1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 07:23:37 +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"] INCLUDES = ["include"]
C99_FLAGS = select({ C99_FLAGS = select({
PLATFORM_OS_WINDOWS: [], "@platforms//os:windows": [],
"//conditions:default": [ "//conditions:default": [
"-Wall", "-Wall",
"-Wextra", "-Wextra",