Browse Source

CI: Update python rpath on osx

Colin Edwards 8 years ago
parent
commit
3ea5e99d0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UI/CMakeLists.txt

+ 1 - 1
UI/CMakeLists.txt

@@ -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/"
 	)