]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/macosx/create_dmg
sigrok-native-macosx: Fix a Python finding issue.
[sigrok-util.git] / 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"