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
+1
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