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:
b1181fe
)
sigrok-native-macosx: Fix a Python finding issue.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 2 May 2020 18:50:40 +0000
(20:50 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 2 May 2020 18:50:40 +0000
(20:50 +0200)
cross-compile/macosx/create_dmg
patch
|
blob
|
history
diff --git
a/cross-compile/macosx/create_dmg
b/cross-compile/macosx/create_dmg
index fd36a273da475e556bfc0ca51d581fe302184133..93acf04d4edaa6a4a5d9a27053b07421b3483d34 100755
(executable)
--- a/
cross-compile/macosx/create_dmg
+++ b/
cross-compile/macosx/create_dmg
@@
-37,7
+37,7
@@
QTTRANSLATIONSDIR=`brew --prefix $QTVER`/translations
BOOSTLIBDIR=`brew list boost | grep libboost_system | grep -v cmake | head -n 1 | xargs dirname`
# Path to Python 3 framework.
-PYTHONFRAMEWORKDIR=`brew list python3 | grep
Python.framework
| head -n 1 | xargs dirname`/../../../..
+PYTHONFRAMEWORKDIR=`brew list python3 | grep
libpython
| head -n 1 | xargs dirname`/../../../..
PYVER="3.7"