]> sigrok.org Git - sigrok-util.git/commit
cross-compile/macosx: Set DYLD_LIBRARY_PATH
authorBrian 'Redbeard' Harrington <redacted>
Sat, 10 Sep 2022 21:44:07 +0000 (14:44 -0700)
committerBrian 'Redbeard' Harrington <redacted>
Sat, 10 Sep 2022 21:44:07 +0000 (14:44 -0700)
commit8a9979e1f48dcdb1f1b1023be8e1ec2ac0f73a6e
tree5d669615faff273759aa707ab525d77341be23b8
parent04cb58f895ed1968c5d383f747d24ccd5b3a7e1c
cross-compile/macosx: Set DYLD_LIBRARY_PATH

After a prior change to the dynamic library path location users have
reported issues of nightly builds crashing on MacOS:

 - #1633
 - #1627
 - #1651
 - #1744

This change, mentioned by Andrea Leofreddi in #1633, hints PulseView and
sigrok-cli as to the correct location of dynamic libraries through the
addition of an environment variable to the startup script.
cross-compile/macosx/contrib/pulseview
cross-compile/macosx/contrib/sigrok-cli