mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Missed another PLATFORM_OS_WINDOWS : (
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user