From 8092492018a520b997f688a617ccb0684cb82b4b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 19 May 2026 03:24:27 +0900 Subject: internal/rosa/perl: Makefile.PL helper This can be invoked from azalea. Signed-off-by: Ophestra --- internal/rosa/python.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/rosa/python.go') diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 1e4cbca8..4b85399b 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -7,6 +7,9 @@ import ( "hakurei.app/internal/pkg" ) +// Python is the python interpreter used by [PipHelper]. +var Python = H("python") + // PipHelper is the [Python] pip packaging helper. type PipHelper struct { // Path elements joined with source. -- cgit v1.3.1