diff --git a/rust/pact_ffi/release-osx.sh b/rust/pact_ffi/release-osx.sh index 4b6322bfc..6ae332716 100755 --- a/rust/pact_ffi/release-osx.sh +++ b/rust/pact_ffi/release-osx.sh @@ -11,7 +11,6 @@ openssl dgst -sha256 -r ../target/artifacts/libpact_ffi-osx-x86_64.a.gz > ../tar # M1 export SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) export MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) -cargo install cross@0.2.5 cargo build --target aarch64-apple-darwin --release gzip -c ../target/aarch64-apple-darwin/release/libpact_ffi.dylib > ../target/artifacts/libpact_ffi-osx-aarch64-apple-darwin.dylib.gz