Skip to content

Commit

Permalink
use tar flag compatible with both BSD and GNU tar
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrenkret-signal authored and sergey-signal committed Mar 1, 2024
1 parent 1d2d9d9 commit 401b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibSignalClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Pod::Spec.new do |s|
elif [ -e "${SCRIPT_INPUT_FILE_0}" ]; then
mkdir -p "${LIBSIGNAL_FFI_TEMP_DIR}"
cd "${LIBSIGNAL_FFI_TEMP_DIR}"
tar --modification-time -x -f "${SCRIPT_INPUT_FILE_0}"
tar -m -x -f "${SCRIPT_INPUT_FILE_0}"
else
echo 'error: could not download libsignal_ffi.a; please provide LIBSIGNAL_FFI_PREBUILD_CHECKSUM' >&2
exit 1
Expand Down

0 comments on commit 401b111

Please sign in to comment.