From ec168dae7b68f19d6c6cd813574b4f4dfa935e1b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 19 Aug 2021 07:48:25 -0400 Subject: [PATCH] sage.sh: pass args to sage-configure --- sage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sage.sh b/sage.sh index 33d7f5a..d3c8811 100644 --- a/sage.sh +++ b/sage.sh @@ -82,5 +82,6 @@ sage-configure() { --with-system-yasm=force \ --with-system-xz=force \ --with-system-zeromq=force \ - --with-system-zlib=force + --with-system-zlib=force \ + "${@}" } -- 2.43.2