Skip to content

Commit c8ffffc

Browse files
ikegami-tigaw
authored andcommitted
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 <[email protected]>
1 parent 60214cc commit c8ffffc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

scripts/build.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,10 @@ tools_build_muon() {
193193

194194
CC="${CC}" CFLAGS="${CFLAGS} -std=c99" ninja="${SAMU}" ./bootstrap.sh stage1
195195

196-
CC="${CC}" ninja="${SAMU}" stage1/muon setup \
197-
-Dprefix="${TOOLDIR}" \
198-
-Ddocs=disabled \
199-
-Dsamurai=disabled \
200-
-Dbestline=disabled \
196+
CC="${CC}" ninja="${SAMU}" stage1/muon-bootstrap setup \
197+
-Dprefix="${TOOLDIR}" \
198+
-Ddocs=disabled \
199+
-Dsamurai=disabled \
201200
"${TOOLDIR}/build-muon"
202201
"${SAMU}" -C "${TOOLDIR}/build-muon"
203202
MUON="${BUILDDIR}/build-tools/.build-muon/muon"

0 commit comments

Comments
 (0)