Changeset 27232 for issm/trunk/externalpackages/boost/install-1.7-mac.sh
- Timestamp:
- 08/25/22 16:50:29 (3 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/externalpackages/boost/install-1.7-mac.sh
r26744 r27232 54 54 install_name_tool -id ${PREFIX}/lib/${name} ${name} 2>/dev/null 55 55 done 56 57 if [ "${VER}" == "1_79_0" ]; then 58 ## Patch install names for certain libraries 59 # 60 # TODO: Figure out how to reconfigure source to apply these install names at compile time 61 # 62 install_name_tool -change @rpath/libboost_atomic.dylib ${PREFIX}/lib/libboost_atomic.dylib libboost_filesystem.dylib 63 fi
Note:
See TracChangeset
for help on using the changeset viewer.