diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-23 01:03:16 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-23 01:56:52 +0900 |
| commit | 5c127a70350c19c99bca388c94a4518d885c3ac3 (patch) | |
| tree | 60a6fe0b29894fde62e391f0825d88916c916e08 /internal/rosa/perl.go | |
| parent | 8a26521f5b10258f817b69ad71405ff2cba267a8 (diff) | |
internal/rosa: patch header search paths
This removes the need for reference CFLAGS in the standard toolchain.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/perl.go')
| -rw-r--r-- | internal/rosa/perl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go index 169a64d1..be36bdf7 100644 --- a/internal/rosa/perl.go +++ b/internal/rosa/perl.go @@ -16,7 +16,7 @@ chmod -R +w /usr/src/perl && cd /usr/src/perl ./Configure \ -des \ -Dprefix=/system \ - -Dcc="${CC}" \ + -Dcc="clang" \ -Dcflags='--std=gnu99' \ -Dldflags="${LDFLAGS}" \ -Doptimize='-O2 -fno-strict-aliasing' \ |
