1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix nightly build by avoiding shared library construction.

llvm-svn: 17187
This commit is contained in:
Reid Spencer 2004-10-23 15:30:30 +00:00
parent 5c0629e0bb
commit 529cfe7c90

View File

@ -8,8 +8,10 @@ LEVEL=../..
#
# Give the name of a library. This will build a dynamic version.
#
SHARED_LIBRARY=1
LIBRARYNAME=sample
#SHARED_LIBRARY=1
#DONT_BUILD_RELINKED=1
#ARCHIVE_LIBRARY=1
#
# Include Makefile.common so we know what to do.