Skip to content

Commit 8d79309

Browse files
authored
Merge pull request #138 from shivamMg/bugfix/invalid-lib-name
Fix invalid library in build-manylinux1-wheels.sh
2 parents 0b72b7d + 5a00a65 commit 8d79309

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)