From a1022d6da682be96e72af77a8a39a11d0f5051ea Mon Sep 17 00:00:00 2001 From: Konstantin Dmitriev Date: Jan 11 2019 09:43:31 +0000 Subject: OSX build: Fix Python --- diff --git a/autobuild/osx/app-template/Contents/MacOS/SynfigStudio b/autobuild/osx/app-template/Contents/MacOS/SynfigStudio index d4c3928..d8cdfd6 100755 --- a/autobuild/osx/app-template/Contents/MacOS/SynfigStudio +++ b/autobuild/osx/app-template/Contents/MacOS/SynfigStudio @@ -20,6 +20,7 @@ export PATH="$CWD/bin:$CWD/synfig-production/bin:$PATH" export SYNFIG_ROOT="$CWD/" export SYNFIG_MODULE_LIST="$CWD/etc/synfig_modules.cfg" +export PYTHONHOME="$CWD/Frameworks/Python.framework/Versions/3.6/" export MAGICK_DIR=`ls -1 -d ${CWD}/lib/ImageMagick* | head -n 1` export MAGICK_DIR=`basename $MAGICK_DIR`