build: Fix build

This commit is contained in:
robshape 2023-04-14 22:21:55 +02:00
parent 6373955e86
commit 540a30f719
9 changed files with 63 additions and 105 deletions

7
start-toolchain.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
set -euo pipefail
git submodule init
git submodule update
cd toolchain
make shell