diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-08-10 21:48:58 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-08-10 21:55:47 +0900 |
| commit | 7193656b6a7b5e41a3d87d1b7012361e17986194 (patch) | |
| tree | 692b419453060f15fcda4563b1cbad49deafafd2 /internal/rosa/package/gcc | |
| parent | 7d86e19c07b3a76cbba08dd209dc6bcea6067029 (diff) | |
internal/rosa: improve helper bindings
This uses more intuitive names for some arguments and inverts their default value. Slices and nil-capable strings replace skip arguments.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/gcc')
| -rw-r--r-- | internal/rosa/package/gcc/package.az | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/package/gcc/package.az b/internal/rosa/package/gcc/package.az index 36924c84..44c75131 100644 --- a/internal/rosa/package/gcc/package.az +++ b/internal/rosa/package/gcc/package.az @@ -65,7 +65,7 @@ ln -s system/lib /work/ // This toolchain is hacked to pieces, it is not expected to ever work // well in its current state. That does not matter as long as the // toolchain it produces passes its own test suite. - skipCheck = true; + check = nil; }; inputs = [ |
