From 616a4523599b4c2925b5811fdb3dfdd6fa12602e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 19 Aug 2018 18:48:37 +0200 Subject: [PATCH] macosx: Fix another instance that needs the Python 3.6 -> 3.7 bump. --- cross-compile/macosx/contrib/pulseview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.30.2