1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 21:53:18 +02:00

[bazel] Use a macro instead of @platforms//os:windows

This commit is contained in:
Guillaume Chatelet
2024-12-17 13:35:08 +00:00
parent 65b952aff1
commit 44bee1736e
2 changed files with 5 additions and 3 deletions

View File

@ -24,3 +24,5 @@ PLATFORM_OS_ANDROID = ("@platforms//os:android")
PLATFORM_OS_FREEBSD = ("@platforms//os:freebsd")
PLATFORM_OS_OPENBSD = ("@platforms//os:openbsd")
PLATFORM_OS_WINDOWS = ("@platforms//os:windows")