CI: Update python rpath on osx

This commit is contained in:
Colin Edwards 2018-01-29 18:12:32 -06:00
parent d2c85a44f3
commit 3ea5e99d0f

View File

@ -276,7 +276,7 @@ if (APPLE)
TARGET obs
APPEND
PROPERTY INSTALL_RPATH
"/usr/local/Cellar/python3/3.6.4/Frameworks/Python.framework/Versions/3.6/lib/"
"/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/"
"/Library/Frameworks/Python.framework/Versions/3.6/lib/"
"/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/"
)