mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Add a soft link so that in an apple style build we can find libLTO.dylib.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f12a90098a
commit
c39d9536f7
@ -340,6 +340,14 @@ chgrp -R wheel $DEST_DIR
|
|||||||
|
|
||||||
find $DEST_DIR -name html.tar.gz -exec rm {} \;
|
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!
|
# w00t! Done!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user