We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7e8c6 commit 0d8dc0eCopy full SHA for 0d8dc0e
build.sh
@@ -9,7 +9,7 @@ HOST_ARCH="$(uname -m)"
9
10
function install_dependencies {
11
local packages=(
12
- bc flex bison gcc make libelf-dev libssl-dev squashfs-tools busybox-static tree cpio curl patch
+ bc bison busybox-static cpio curl flex gcc libelf-dev libssl-dev make patch squashfs-tools tree
13
)
14
15
[[ "${TARGET_ARCH}" == "arm64" && "${HOST_ARCH}" != "aarch64" ]] && packages+=( gcc-aarch64-linux-gnu )
0 commit comments