fix python problem on mac

This commit is contained in:
Laurent Perron
2017-12-25 17:04:39 +01:00
committed by Corentin Le Molgat
parent 05cc36790c
commit b9ed70d182

View File

@@ -5,3 +5,5 @@ install_name_tool -change $P @loader_path/../libortools.dylib $1/ortools/ortools
install_name_tool -change $P @loader_path/../libortools.dylib $1/ortools/ortools/constraint_solver/_pywrapcp.so
install_name_tool -change $P @loader_path/../libortools.dylib $1/ortools/ortools/graph/_pywrapgraph.so
install_name_tool -change $P @loader_path/../libortools.dylib $1/ortools/ortools/linear_solver/_pywraplp.so
install_name_tool -change $P @loader_path/../libortools.dylib $1/ortools/ortools/sat/_pywrapsat.so
install_name_tool -change $P @loader_path/../libortools.dylib $1/ortools/ortools/data/_pywraprcpsp.so