From 021ae9fb1a7dec2dea840865b29bf10bbdf2b15c Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Mon, 25 May 2026 10:37:32 +0200 Subject: [PATCH] Fix macos sed. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da339e8..4a62191 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1017,7 +1017,7 @@ jobs: # build_gmp.sh hardcodes -mmacos-version-min=14.0 in CFLAGS, ignoring # MACOSX_DEPLOYMENT_TARGET. Patch it to 11.0 so libgmp.a matches Rust's # aarch64-apple-darwin toolchain target (macOS 11.0+). - sed -i 's/-mmacos-version-min=14\.0/-mmacos-version-min=11.0/g' build_gmp.sh + sed -i '' 's/-mmacos-version-min=14\.0/-mmacos-version-min=11.0/g' build_gmp.sh ./build_gmp.sh macos_arm64 make macos_arm64