Skip to content

V1.1.0rc #634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 11, 2019
Merged

V1.1.0rc #634

merged 6 commits into from
Jul 11, 2019

Conversation

rnpridgeon
Copy link
Contributor

No description provided.

@rnpridgeon rnpridgeon requested a review from edenhill July 9, 2019 20:25
Copy link
Contributor

@edenhill edenhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments.

Copy link
Contributor

@edenhill edenhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -82,10 +82,12 @@ fixup_wheel_macosx () {

# Change the name to be local
install_name_tool -id "$lib" $lib
if otool -L $lib | grep -q /usr/local/lib/librdkafka.1.dylib ; then
# Extract existing(old) reference
old=$(otool -L $lib | grep -o '.*librdkafka.1.dylib' | xargs)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Nice trick, but will not handle multiple spaces in the path itself (however unlikely).

$ echo '  y/    strange path/x' | xargs
y/ strange path/x

That's ok for now though.,

@rnpridgeon rnpridgeon merged commit 85ee150 into master Jul 11, 2019
@rnpridgeon rnpridgeon deleted the v1.1.0rc branch July 11, 2019 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants