From c8ffffcb76a55936aaa0634e358162fb9d0b6203 Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Sat, 30 Nov 2024 22:56:12 +0900 Subject: [PATCH] build: change muon setup command and parameter The command and parameter changed by the muon commits below. eec469bb ("bootstrap.sh - use muon-bootstrap as exe name") 5a64dfd3 ("disable bestline by default") Signed-off-by: Tokunori Ikegami --- scripts/build.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 1c2df508..fdfbaf2c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -193,11 +193,10 @@ tools_build_muon() { CC="${CC}" CFLAGS="${CFLAGS} -std=c99" ninja="${SAMU}" ./bootstrap.sh stage1 - CC="${CC}" ninja="${SAMU}" stage1/muon setup \ - -Dprefix="${TOOLDIR}" \ - -Ddocs=disabled \ - -Dsamurai=disabled \ - -Dbestline=disabled \ + CC="${CC}" ninja="${SAMU}" stage1/muon-bootstrap setup \ + -Dprefix="${TOOLDIR}" \ + -Ddocs=disabled \ + -Dsamurai=disabled \ "${TOOLDIR}/build-muon" "${SAMU}" -C "${TOOLDIR}/build-muon" MUON="${BUILDDIR}/build-tools/.build-muon/muon" -- 2.50.1