X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmacosx%2Fcontrib%2Fpulseview;h=e41b4ad9d325299a7651d353170447f1fc01026d;hp=dfa091de085e164330ba3cd8742e4519940c5ff2;hb=d693424c0f6c4fca508c664c6dd950f46d014f91;hpb=a6593b431d8000273537f8e91c61434dd2ef1418 diff --git a/cross-compile/macosx/contrib/pulseview b/cross-compile/macosx/contrib/pulseview index dfa091d..e41b4ad 100755 --- a/cross-compile/macosx/contrib/pulseview +++ b/cross-compile/macosx/contrib/pulseview @@ -20,7 +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 "$@"