From: Uwe Hermann Date: Sun, 12 Aug 2018 19:58:52 +0000 (+0200) Subject: create_dmg: Bump PYVER to 3.7 to match current Homebrew. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=c6ed5a3a77da544ccbbd82aee45d8622ac1ce77e create_dmg: Bump PYVER to 3.7 to match current Homebrew. --- 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.