mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 02:40:26 +00:00
the version 4.1.7 in GH runner is unsolicitedly producing relocatable install names as it would with (in recent HB version) HOMEBREW_RELOCATABLE_INSTALL_NAMES=1 see failed run: <https://github.com/CESNET/UltraGrid/actions/runs/6147222102/job/16745596096> The relocatable install names like: $ otool -L /usr/local/opt/qt/lib/QtGui.framework/QtGui | grep png @loader_path/../../../../../../../opt/libpng/lib/libpng16.16.dylib Makes significant problems to macdylibbundler (it doesn't copy the library to the bundle at all neither chantes the name). \+ reinstall freetype (see failed build <https://github.com/MartinPulec/UltraGrid/actions/runs/6185513000/job/16791263362>)