X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cross-compile%2Fmacosx%2Fcontrib%2Fpulseview;h=a77ae3e3b3f740e4c9465b4a380929a11c49cb93;hb=HEAD;hp=e97e3f0ca5233366cad0e3f7e6a0117e8390b299;hpb=5d2c0f55090fad9c99b97fc91ffdb66d19a12578;p=sigrok-util.git diff --git a/cross-compile/macosx/contrib/pulseview b/cross-compile/macosx/contrib/pulseview index e97e3f0..a77ae3e 100755 --- a/cross-compile/macosx/contrib/pulseview +++ b/cross-compile/macosx/contrib/pulseview @@ -20,6 +20,8 @@ DIR="$(dirname "$0")" cd "$DIR" -export PYTHONHOME="../Frameworks/Python.framework/Versions/3.6" +export DYLD_LIBRARY_PATH="../Frameworks" +export PYTHONHOME="../Frameworks/Python.framework/Versions/3.7" +export SIGROK_FIRMWARE_DIR="../share/sigrok-firmware" export SIGROKDECODE_DIR="../share/libsigrokdecode/decoders" -./pulseview.real +exec ./pulseview.real "$@"