Skip to content

Commit c435405

Browse files
authored
build-script-impl: add support for freebsd-arm64
Lack of this line causes a build error: `Unknown host tools target: freebsd-arm64`.
1 parent 3f0885d commit c435405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script-impl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,8 @@ function should_execute_host_actions_for_phase() {
452452
function verify_host_is_supported() {
453453
local host="$1"
454454
case ${host} in
455-
freebsd-x86_64 \
455+
freebsd-arm64 \
456+
| freebsd-x86_64 \
456457
| openbsd-amd64 \
457458
| cygwin-x86_64 \
458459
| haiku-x86_64 \

0 commit comments

Comments
 (0)