Mercurial
view config/BUILD @ 45:ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Wed, 03 Dec 2025 20:51:50 -0800 |
| parents | f33d9ff8b6e8 |
| children | 9df5587cf23b |
line wrap: on
line source
config_setting( name = "macos", constraint_values = ["@platforms//os:osx"], ) config_setting( name = "linux", constraint_values = ["@platforms//os:linux"], )