X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmacosx%2Fcreate_dmg;fp=cross-compile%2Fmacosx%2Fcreate_dmg;h=d08cd7e14aa26da59f30e18a9a7a001c8365180d;hp=b9ae26ac7c91990969d36747b1ea60ed7ed097f2;hb=c6ed5a3a77da544ccbbd82aee45d8622ac1ce77e;hpb=8cf06ef35373da908f1a19e9a32a7939dc30f636 diff --git a/cross-compile/macosx/create_dmg b/cross-compile/macosx/create_dmg index b9ae26a..d08cd7e 100755 --- a/cross-compile/macosx/create_dmg +++ b/cross-compile/macosx/create_dmg @@ -35,7 +35,7 @@ BOOSTLIBDIR=`brew list boost | grep libboost_system | head -n 1 | xargs dirname` # Path to Python 3 framework. PYTHONFRAMEWORKDIR=`brew list python3 | grep Python.framework | head -n 1 | xargs dirname`/../../../.. -PYVER="3.6" +PYVER="3.7" # You usually don't need to change anything below this line.