mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 03:59:55 +00:00
Set MACOSX_DEPLOYMENT_TARGET
when running script/bundle
This ensures that every library and binary we build doesn't assume that it's going to run on the same machine that created it. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
6dbae3747e
commit
9da7fd22f7
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export ZED_BUNDLE=true
|
export ZED_BUNDLE=true
|
||||||
|
export MACOSX_DEPLOYMENT_TARGET=10.14
|
||||||
|
|
||||||
echo "Installing cargo bundle"
|
echo "Installing cargo bundle"
|
||||||
cargo install cargo-bundle --version 0.5.0
|
cargo install cargo-bundle --version 0.5.0
|
||||||
|
|
Loading…
Reference in a new issue