Skip to content

Commit 9d10ec1

Browse files
authored
Update build.sh - yum install libffi-devel
1 parent f376730 commit 9d10ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
6666
apt-get install libffi-dev -y
6767
elif [ -f /usr/bin/yum ]; then
6868
yum install wget zlib-devel -y
69+
yum install libffi-devel -y
6970
if [ -z "$OPENSSL_VERSION" ]; then
7071
yum install openssl-devel -y
7172
else

0 commit comments

Comments
 (0)