diff options
Diffstat (limited to 'internal/rosa')
| -rw-r--r-- | internal/rosa/rosa.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index 1e02fac2..53442ce0 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -99,7 +99,7 @@ func earlyCXXFLAGS() string { } // Toolchain denotes the infrastructure to compile a [pkg.Artifact] on. -type Toolchain uintptr +type Toolchain uint32 const ( // _toolchainBusybox denotes a busybox installation from the busyboxBin |
