instantiations / es_compression

Compression framework for Dart providing FFI implementations for Brotli, Lz4, Zstd (Zstandard) with ready-to-use prebuilt binaries for Win/Linux/Mac.
https://www.instantiations.com
BSD 3-Clause "New" or "Revised" License
41 stars 8 forks source link

It is recommended to add the prefix `lib` to macos dylib #45

Closed MegatronKing closed 4 months ago

MegatronKing commented 1 year ago

I added the esbrotli-mac64.dylib in Pod file

s.vendored_libraries = 'esbrotli-mac64.dylib'

The following error will throw when building

ld: library not found for -lesbrotli-mac64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

But libesbrotli-mac64.dylib is working.

sethloco commented 4 months ago

Will make these adjustments when the project is updated to use Mac/Arm64. Thank you