Skip to content

Commit

Permalink
chore: drop apple-darwin file suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jun 6, 2024
1 parent bca0bbc commit 36ca7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/lib/download-ffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ -z "${ONLY_DOWNLOAD_PACT_FOR_WINDOWS:-}" ]; then
download_ffi "linux-x86_64-musl.so.gz" "lib" "linux-musl-x86_64/libpact_ffi_musl.so.gz"
download_ffi "linux-aarch64-musl.so.gz" "lib" "linux-musl-aarch64/libpact_ffi_musl.so.gz"
download_ffi "osx-x86_64.dylib.gz" "lib" "osx-x86_64/libpact_ffi.dylib.gz"
download_ffi "osx-aarch64-apple-darwin.dylib.gz" "lib" "osx-aarch64/libpact_ffi.dylib.gz"
download_ffi "osx-aarch64.dylib.gz" "lib" "osx-aarch64/libpact_ffi.dylib.gz"
else
warn "Skipped download of non-windows FFI libs because ONLY_DOWNLOAD_PACT_FOR_WINDOWS is set"
fi
Expand Down

0 comments on commit 36ca7ed

Please sign in to comment.