Skip to content

Commit 0d8dc0e

Browse files
committed
chore: sort package list alphabetically in install_dependencies
1 parent 8a7e8c6 commit 0d8dc0e

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
@@ -9,7 +9,7 @@ HOST_ARCH="$(uname -m)"
99

1010
function install_dependencies {
1111
local packages=(
12-
bc flex bison gcc make libelf-dev libssl-dev squashfs-tools busybox-static tree cpio curl patch
12+
bc bison busybox-static cpio curl flex gcc libelf-dev libssl-dev make patch squashfs-tools tree
1313
)
1414

1515
[[ "${TARGET_ARCH}" == "arm64" && "${HOST_ARCH}" != "aarch64" ]] && packages+=( gcc-aarch64-linux-gnu )

0 commit comments

Comments
 (0)