forked from OSchip/llvm-project
Add a soft link so that in an apple style build we can find libLTO.dylib.
llvm-svn: 90189
This commit is contained in:
parent
5c600b5435
commit
d6206a8b00
|
@ -340,6 +340,14 @@ chgrp -R wheel $DEST_DIR
|
|||
|
||||
find $DEST_DIR -name html.tar.gz -exec rm {} \;
|
||||
|
||||
################################################################################
|
||||
# symlinks so that B&I can find things
|
||||
|
||||
cd $DEST_DIR
|
||||
mkdir -p ./usr/lib/
|
||||
cd usr/lib
|
||||
ln -s ../../Developer/usr/lib/libLTO.dylib ./libLTO.dylib
|
||||
|
||||
################################################################################
|
||||
# w00t! Done!
|
||||
|
||||
|
|
Loading…
Reference in New Issue