Merge pull request #1643 from zed-industries/global-macos-deployment-target
Set `MACOSX_DEPLOYMENT_TARGET` when running `script/bundle`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user