From: Michael Orlitzky Date: Sat, 31 Dec 2022 00:30:54 +0000 (-0500) Subject: sage.sh: add --with-system-meson=force to sage-configure. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=9bb2a9da7595ffb7f732f67290d3ea83793c737d sage.sh: add --with-system-meson=force to sage-configure. --- diff --git a/sage.sh b/sage.sh index d98a780..a9ff1ff 100644 --- a/sage.sh +++ b/sage.sh @@ -67,6 +67,7 @@ sage-configure() { --with-system-lrcalc=force \ --with-system-m4ri=force \ --with-system-m4rie=force \ + --with-system-meson=force \ --with-system-mpfr=force \ --with-system-nauty=force \ --with-system-ncurses=force \