From 4fa37cb3cd001f1bfadffba553b071f56fbc8624 Mon Sep 17 00:00:00 2001 From: Zhao Date: Thu, 22 Aug 2024 23:41:02 +0800 Subject: [PATCH] chore: set `MACOSX_DEPLOYMENT_TARGE` to 10.11 to make the binary compatible with old macOS (#1532) Co-authored-by: sxyazi --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 6cc0f163..a1e70be6 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -3,6 +3,7 @@ set -euo pipefail export ARTIFACT_NAME="yazi-$1" export YAZI_GEN_COMPLETIONS=1 +export MACOSX_DEPLOYMENT_TARGET="10.11" # Setup Rust toolchain if [[ "$1" == *-musl ]]; then