projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ed5a3
)
macosx: Fix another instance that needs the Python 3.6 -> 3.7 bump.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 19 Aug 2018 16:48:37 +0000
(18:48 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 19 Aug 2018 16:48:37 +0000
(18:48 +0200)
cross-compile/macosx/contrib/pulseview
patch
|
blob
|
history
diff --git
a/cross-compile/macosx/contrib/pulseview
b/cross-compile/macosx/contrib/pulseview
index cad475134b0ed4cb467ef2d83bbd2f166b3e3d83..e41b4ad9d325299a7651d353170447f1fc01026d 100755
(executable)
--- 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 "$@"