diff options
| author | globalcow <globalcow@users.noreply.github.com> | 2018-06-09 21:45:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-09 21:45:14 +0200 |
| commit | 5b5188ef9918d196173a4a543532c497140e639c (patch) | |
| tree | 5761fd093cb1480f9178bddf004b206a99559dc0 /.travis.yml | |
| parent | fe0f8e83d9e7678418925c75b8d3fda732b9ee07 (diff) | |
Change all Python references to homebrew
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 180020eb..8ae903c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -171,7 +171,7 @@ script: if [ "$BUILD" = "osx" ]; then ln -s _libembroidery.dylib python/binding/_libembroidery.so - install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.7/Python /usr/local/opt/python2/Frameworks/Python.framework/Versions/2.7/Python python/binding/_libembroidery.dylib + install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.7/Python /usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/Python python/binding/_libembroidery.dylib fi popd |
