Mercurial
diff config/BUILD @ 247:70f2a3dafc1c
[build] Bundle offline Tectonic runtime
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 20:20:06 -0700 |
| parents | 75de5903355c |
| children |
line wrap: on
line diff
--- a/config/BUILD Mon Aug 03 18:30:45 2026 -0700 +++ b/config/BUILD Mon Aug 03 20:20:06 2026 -0700 @@ -9,6 +9,14 @@ ) config_setting( + name = "linux_x86_64", + constraint_values = [ + "@platforms//cpu:x86_64", + "@platforms//os:linux", + ], +) + +config_setting( name = "windows", constraint_values = ["@platforms//os:windows"], )