]> 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 e97e3f0ca5233366cad0e3f7e6a0117e8390b299..e41b4ad9d325299a7651d353170447f1fc01026d 100755 (executable)
@@ -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 "$@"