X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=cross-compile%2Fmacosx%2Fcontrib%2Fpulseview;h=e41b4ad9d325299a7651d353170447f1fc01026d;hb=40176503b91458db7e439dd9154d1c41d0216c9c;hp=e97e3f0ca5233366cad0e3f7e6a0117e8390b299;hpb=5d2c0f55090fad9c99b97fc91ffdb66d19a12578;p=sigrok-util.git diff --git a/cross-compile/macosx/contrib/pulseview b/cross-compile/macosx/contrib/pulseview index e97e3f0..e41b4ad 100755 --- a/cross-compile/macosx/contrib/pulseview +++ b/cross-compile/macosx/contrib/pulseview @@ -20,6 +20,7 @@ DIR="$(dirname "$0")" cd "$DIR" -export PYTHONHOME="../Frameworks/Python.framework/Versions/3.6" +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 "$@"