mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
chore: set MACOSX_DEPLOYMENT_TARGE to 10.9 to make the binary compatible with old madOS
This commit is contained in:
parent
573ca5287f
commit
585e037dba
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build for the target
|
# Build for the target
|
||||||
cargo build --release --locked --target "$1"
|
MACOSX_DEPLOYMENT_TARGE="10.9" cargo build --release --locked --target "$1"
|
||||||
|
|
||||||
# Create the artifact
|
# Create the artifact
|
||||||
mkdir -p "$ARTIFACT_NAME/completions"
|
mkdir -p "$ARTIFACT_NAME/completions"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue