mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
chore: set MACOSX_DEPLOYMENT_TARGE to 10.11 to make the binary compatible with old macOS (#1532)
Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
parent
92112de1c0
commit
4fa37cb3cd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue