Mercurial
view config/BUILD @ 227:8bb0ac8f4587
[hg-web] Add Bazel deployment target
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 16:31:44 -0700 |
| parents | 75de5903355c |
| children | 70f2a3dafc1c |
line wrap: on
line source
config_setting( name = "macos", constraint_values = ["@platforms//os:macos"], ) config_setting( name = "linux", constraint_values = ["@platforms//os:linux"], ) config_setting( name = "windows", constraint_values = ["@platforms//os:windows"], )