Skip to content

Commit

Permalink
OS X fixed again (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Jul 7, 2018
1 parent 9a1d419 commit e7040bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/build-mac3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ else
export PYTHON_V=3.6
export QT_PATH=${PYTHONPATH}/site-packages/PyQt5/Qt
export MACOSX_DEPLOYMENT_TARGET=10.13
export DYLD_LIBRARY_PATH=$PYTHON/lib/:$DYLD_LIBRARY_PATH
fi

export PATH=$PYTHON/bin:$PYTHON:/lib:$PATH
export PATH=$QT_PATH/bin:$QT_PATH/lib:$PATH
export DYLD_FRAMEWORK_PATH=$QT_PATH/lib
#export DYLD_LIBRARY_PATH=$PYTHON/lib/:$PYTHON/lib/python$PYTHON_V/site-packages/PIL/.dylibs/:$DYLD_LIBRARY_PATH
#export DYLD_LIBRARY_PATH=$PYTHON/lib/:$DYLD_LIBRARY_PATH

# translations
$PYTHON/bin/pylupdate5 artisan.pro
Expand Down

0 comments on commit e7040bb

Please sign in to comment.