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:
parent
613745f472
commit
fa7d5014ef
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user