Skip to content

Commit 9ff5568

Browse files
committed
fixup-wheels: Support alternative .libs path
1 parent 626c608 commit 9ff5568

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/fixup-wheels.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ mkdir -p $fixed_wheelhouse
2828

2929
fixup_wheel_linux () {
3030

31-
pushd confluent_kafka/.libs
31+
# The .libs directory seems to differ between wheel tooling versions.
32+
pushd confluent_kafka/.libs || pushd confluent_kafka.libs
3233

3334
# Find mangled librdkafka name
3435
local mangled=$(echo librdkafka-*.so.1)
@@ -64,7 +65,7 @@ fixup_wheel_linux () {
6465
ldd $lib
6566
done
6667

67-
popd # confluent_kafka/.libs
68+
popd # confluent_kafka/.libs or confluent_kafka.libs
6869
}
6970

7071

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy