script/bundle 🔗
@@ -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
Antonio Scandurra created
Set `MACOSX_DEPLOYMENT_TARGET` when running `script/bundle`
script/bundle | 1 +
1 file changed, 1 insertion(+)
@@ -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