set deployment target for tree-sitter C compilation
This commit is contained in:
parent
9c8589de03
commit
bb3cc40b51
1
build.sh
1
build.sh
|
|
@ -11,6 +11,7 @@ RESOURCES="$CONTENTS/Resources"
|
||||||
SDK=$(xcrun --show-sdk-path)
|
SDK=$(xcrun --show-sdk-path)
|
||||||
|
|
||||||
RUST_LIB="$ROOT/core/target/release"
|
RUST_LIB="$ROOT/core/target/release"
|
||||||
|
export MACOSX_DEPLOYMENT_TARGET=14.0
|
||||||
echo "Building Rust core (release)..."
|
echo "Building Rust core (release)..."
|
||||||
cd "$ROOT/core" && cargo build --release
|
cd "$ROOT/core" && cargo build --release
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue