]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/macosx/contrib/pulseview
macosx: Fix another instance that needs the Python 3.6 -> 3.7 bump.
[sigrok-util.git] / cross-compile / macosx / contrib / pulseview
index cad475134b0ed4cb467ef2d83bbd2f166b3e3d83..e41b4ad9d325299a7651d353170447f1fc01026d 100755 (executable)
@@ -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 "$@"