mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix the name of libLLVMHello.dylib so that it does not get installed for
Apple builds. Radar 8585383. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
871bf8752f
commit
abf4b382a6
@ -270,7 +270,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# The Hello dylib is an example of how to build a pass. No need to install it.
|
# 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
|
# Compress manpages
|
||||||
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
|
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
|
||||||
|
Loading…
Reference in New Issue
Block a user