Merge pull request #400 from zed-industries/libc++

Use -stdlib=libc++  in script/bundle to avoid errors on Monterey
This commit is contained in:
Nathan Sobo 2022-02-04 10:13:48 -07:00 committed by GitHub
commit a9d2abebdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,9 @@ export ZED_BUNDLE=true
# Install cargo-bundle 0.5.0 if it's not already installed
cargo install cargo-bundle --version 0.5.0
# Deal with versions of macOS that don't include libstdc++ headers
export CXXFLAGS="-stdlib=libc++"
# Build the app bundle for x86_64
pushd crates/zed > /dev/null
cargo bundle --release --target x86_64-apple-darwin