From 5a00a65cd6ac0967f4b7948b6597417bdee4d8a2 Mon Sep 17 00:00:00 2001 From: Shivam Mamgain Date: Sat, 1 Feb 2020 13:20:35 +0530 Subject: Fix invalid library in build-manylinux1-wheels.sh --- build-manylinux1-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-manylinux1-wheels.sh b/build-manylinux1-wheels.sh index aa7151e..c0a3901 100755 --- a/build-manylinux1-wheels.sh +++ b/build-manylinux1-wheels.sh @@ -3,7 +3,7 @@ set -e -x # Install a system package required by our library -yum install -y librabbmitmq-devel make librabbitmq python-devel gcc automake +yum install -y librabbitmq-devel make librabbitmq python-devel gcc automake # Compile wheels -- cgit v1.2.1