diff --git a/build.sh b/build.sh index 5001eb8..1f4ea27 100755 --- a/build.sh +++ b/build.sh @@ -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