Merge pull request #1643 from zed-industries/global-macos-deployment-target

Set `MACOSX_DEPLOYMENT_TARGET` when running `script/bundle`
This commit is contained in:
Antonio Scandurra 2022-09-21 17:15:52 +01:00 committed by GitHub
commit 83d1e2ca50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
set -e
export ZED_BUNDLE=true
export MACOSX_DEPLOYMENT_TARGET=10.14
echo "Installing cargo bundle"
cargo install cargo-bundle --version 0.5.0