Skip to content

Commit c2c1743

Browse files
committed
Replace missing package in build script
1 parent 0d59a2f commit c2c1743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function install_linux_cross_compiler() {
4646
sudo apt -qq update
4747
sudo apt install --no-install-recommends -y \
4848
binfmt-support \
49-
qemu \
49+
qemu-system \
5050
qemu-user-static
5151
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
5252
}

0 commit comments

Comments
 (0)