Skip to content

Commit

Permalink
Update build.sh - yum install libffi-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 authored Jan 5, 2025
1 parent f376730 commit 9d10ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
apt-get install libffi-dev -y
elif [ -f /usr/bin/yum ]; then
yum install wget zlib-devel -y
yum install libffi-devel -y
if [ -z "$OPENSSL_VERSION" ]; then
yum install openssl-devel -y
else
Expand Down

0 comments on commit 9d10ec1

Please sign in to comment.