divvun / libdivvun

lib for running gramcheck and other pipelines + cli; modules for CG→spelling, CG→feedback, tagging blanks
https://giellalt.github.io/proof/gramcheck/GrammarCheckerDocumentation.html
GNU General Public License v3.0
9 stars 1 forks source link

macOS rpath quirk #59

Closed TinoDidriksen closed 10 months ago

TinoDidriksen commented 11 months ago

For some bizarre reason, binaries made in the Apertium nightly build system have @rpath for libcg3 and libfoma, so I've added this workaround script between the build and test phase: https://github.com/apertium/packaging/blob/main/tools/libdivvun/osx/post-build.sh

But I don't currently understand why it is happening. The build flags https://github.com/apertium/packaging/blob/main/rebuild-mac.pl#L32 shouldn't affect this.

TinoDidriksen commented 10 months ago

Not our fault: https://developer.apple.com/forums/thread/737920