We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fdf04 commit 2aafb08Copy full SHA for 2aafb08
1 file changed
scripts/build-muon.sh
@@ -3,10 +3,11 @@
3
BUILDDIR="$(pwd)/.build"
4
CC=${CC:-"gcc"}
5
6
+# Don't DOS upstream repo
7
#muon_repo=https://git.sr.ht/~lattis/muon
8
#muon_branch=master
9
muon_repo=https://github.com/igaw/muon.git
-muon_branch=fix-ext-samurai
10
+muon_branch=master
11
12
tools_build_samurai() {
13
mkdir -p "${BUILDDIR}"/build-tools
0 commit comments