build: Fix build
This commit is contained in:
parent
6373955e86
commit
540a30f719
9 changed files with 63 additions and 105 deletions
7
start-toolchain.sh
Executable file
7
start-toolchain.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd toolchain
|
||||
make shell
|
||||
Loading…
Add table
Add a link
Reference in a new issue