Reticulum-Go/scripts/cc-linux-arm64-zig.sh

7 lines
188 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024-2026 Quad4.io
#
# CGO CC wrapper: Zig as aarch64-linux-gnu cross compiler.
exec zig cc -target aarch64-linux-gnu "$@"