mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 17:55:21 +02:00
use tar flag compatible with both BSD and GNU tar
This commit is contained in:
committed by
Sergey Skrobotov
parent
1d2d9d9254
commit
401b1116a1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user