Skip to content

Fix runtime `dlopen` crash on macos

Andi Vajda requested to merge github/fork/yursha/patch-1 into master

Created by: yursha

Without this change otool -L build/lib.macosx-10.14-x86_64-3.7/_icu.cpython-37m-darwin.so doesn't show ICU system libraries as dependencies. As a result pyicu crashes at runtime on dlopen. With this change everything works just fine.

Merge request reports