mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;
just leave it in Developer/usr/local/lib. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5768ea9ca1
commit
619d03fa04
@ -284,8 +284,6 @@ if [ "$INSTALL_LIBLTO" == yes ]; then
|
||||
mkdir -p $DT_HOME/lib
|
||||
mv lib/libLTO.dylib $DT_HOME/lib/libLTO.dylib
|
||||
strip -S $DT_HOME/lib/libLTO.dylib
|
||||
else
|
||||
rm lib/libLTO.dylib
|
||||
fi
|
||||
rm -f lib/libLTO.a lib/libLTO.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user