set deployment target for tree-sitter C compilation

This commit is contained in:
jess 2026-04-06 15:04:02 -07:00
parent 9c8589de03
commit bb3cc40b51
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ RESOURCES="$CONTENTS/Resources"
SDK=$(xcrun --show-sdk-path)
RUST_LIB="$ROOT/core/target/release"
export MACOSX_DEPLOYMENT_TARGET=14.0
echo "Building Rust core (release)..."
cd "$ROOT/core" && cargo build --release
if [ $? -ne 0 ]; then