]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-native-macosx: Fix a Python finding issue.
authorUwe Hermann <redacted>
Sat, 2 May 2020 18:50:40 +0000 (20:50 +0200)
committerUwe Hermann <redacted>
Sat, 2 May 2020 18:50:40 +0000 (20:50 +0200)
cross-compile/macosx/create_dmg

index fd36a273da475e556bfc0ca51d581fe302184133..93acf04d4edaa6a4a5d9a27053b07421b3483d34 100755 (executable)
@@ -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"