Skip to content

Commit 5a00a65

Browse files
committed
Fix invalid library in build-manylinux1-wheels.sh
1 parent 0b72b7d commit 5a00a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-manylinux1-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e -x
44

55
# Install a system package required by our library
6-
yum install -y librabbmitmq-devel make librabbitmq python-devel gcc automake
6+
yum install -y librabbitmq-devel make librabbitmq python-devel gcc automake
77

88

99
# Compile wheels

0 commit comments

Comments
 (0)