aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/python.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/python.go')
-rw-r--r--internal/rosa/python.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/rosa/python.go b/internal/rosa/python.go
index 8fbc74fd..7c059272 100644
--- a/internal/rosa/python.go
+++ b/internal/rosa/python.go
@@ -46,7 +46,8 @@ chmod -R +w /usr/src/python/
export HOME="$(mktemp -d)"
cd "$(mktemp -d)"
/usr/src/python/configure \
- --prefix=/system
+ --prefix=/system \
+ --build="${ROSA_TRIPLE}"
make "-j$(nproc)"
make test
make DESTDIR=/work install