Skip to content

Commit

Permalink
Fix librdkafka.redist osx arm64 dylib path
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Jul 6, 2022
1 parent a47c74f commit d747121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# librdkafka v1.9.1

librdkafka v1.9.1 is a maintenance release.


## Fixes
librdkafka v1.9.1 is a maintenance release:

* The librdkafka.redist NuGet package now contains OSX M1/arm64 builds.
* Self-contained static libraries can now be built on OSX M1 too, thanks to
disabling curl's configure runtime check.

Expand Down
2 changes: 1 addition & 1 deletion packaging/nuget/packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def build(self, buildtype):
# Travis OSX arm64 build
[{'arch': 'arm64', 'plat': 'osx',
'fname_glob': 'librdkafka-gcc.tar.gz'},
'./lib/librdkafka.dylib',
'./lib/librdkafka.1.dylib',
'runtimes/osx-arm64/native/librdkafka.dylib'],
# Travis Manylinux build
[{'arch': 'x64',
Expand Down

0 comments on commit d747121

Please sign in to comment.