forked from OSchip/llvm-project
Fix the name of libLLVMHello.dylib so that it does not get installed for
Apple builds. Radar 8585383. llvm-svn: 117164
This commit is contained in:
parent
c0d2490ac4
commit
1eaa381789
|
@ -270,7 +270,7 @@ else
|
|||
fi
|
||||
|
||||
# The Hello dylib is an example of how to build a pass. No need to install it.
|
||||
rm $DEST_DIR$DEST_ROOT/lib/LLVMHello.dylib
|
||||
rm $DEST_DIR$DEST_ROOT/lib/libLLVMHello.dylib
|
||||
|
||||
# Compress manpages
|
||||
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
|
||||
|
|
Loading…
Reference in New Issue