Skip to content

Commit 2aafb08

Browse files
committed
build-muon: use latest muan version again
The build problem got resolved, thus track again last upstream version. Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent 10fdf04 commit 2aafb08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/build-muon.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
BUILDDIR="$(pwd)/.build"
44
CC=${CC:-"gcc"}
55

6+
# Don't DOS upstream repo
67
#muon_repo=https://git.sr.ht/~lattis/muon
78
#muon_branch=master
89
muon_repo=https://github.com/igaw/muon.git
9-
muon_branch=fix-ext-samurai
10+
muon_branch=master
1011

1112
tools_build_samurai() {
1213
mkdir -p "${BUILDDIR}"/build-tools

0 commit comments

Comments
 (0)