From: Uwe Hermann Date: Sun, 19 Aug 2018 16:48:37 +0000 (+0200) Subject: macosx: Fix another instance that needs the Python 3.6 -> 3.7 bump. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=616a4523599b4c2925b5811fdb3dfdd6fa12602e macosx: Fix another instance that needs the Python 3.6 -> 3.7 bump. --- diff --git a/cross-compile/macosx/contrib/pulseview b/cross-compile/macosx/contrib/pulseview index cad4751..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" exec ./pulseview.real "$@"