Mercurial
comparison mrjunejune/BUILD @ 248:b8b6e726964a
[style] Use Dowa type aliases in C
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 02:44:06 -0700 |
| parents | 70f2a3dafc1c |
| children | 30c2196d03d4 |
comparison
equal
deleted
inserted
replaced
| 247:70f2a3dafc1c | 248:b8b6e726964a |
|---|---|
| 178 copts = ["-D_GNU_SOURCE"], | 178 copts = ["-D_GNU_SOURCE"], |
| 179 data = select({ | 179 data = select({ |
| 180 "//config:linux_x86_64": ["//third_party/tectonic:runtime"], | 180 "//config:linux_x86_64": ["//third_party/tectonic:runtime"], |
| 181 "//conditions:default": [], | 181 "//conditions:default": [], |
| 182 }), | 182 }), |
| 183 deps = ["//dowa:dowa"], | |
| 183 visibility = ["//mrjunejune/test:__pkg__"], | 184 visibility = ["//mrjunejune/test:__pkg__"], |
| 184 ) | 185 ) |
| 185 | 186 |
| 186 filegroup( | 187 filegroup( |
| 187 name = "tectonic_runtime_data", | 188 name = "tectonic_runtime_data", |