Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Feb 9, 2024
1 parent a55287e commit 34bab91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ export LIBRARY_PATH=$LIB_INSTALL_PREFIX/lib
export PATH=$LIB_INSTALL_PREFIX/bin:$PATH

# Install libffi (glib dependency)
curl -L --retry 3 -o libffi.tar.gz https://sourceware.org/pub/libffi/libffi-3.4.4.tar.gz
curl -L --retry 3 -o libffi.tar.gz https://sourceware.org/pub/libffi/libffi-3.4.3.tar.gz
$CHECK_SHA256 libffi.tar.gz d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37 || true
tar xzf libffi.tar.gz
pushd libffi-3.4.4
pushd libffi-3.4.3
./configure --prefix=$LIB_INSTALL_PREFIX --disable-debug
make install -j
popd
Expand Down

0 comments on commit 34bab91

Please sign in to comment.