mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-06 09:39:28 +00:00
Fix output for building shared libraries per Chris' requirements
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e84c23e0c1
commit
2e6e8e5862
@ -452,7 +452,7 @@ ifdef SHARED_LIBRARY
|
||||
all-local:: $(LibName.LA)
|
||||
|
||||
$(LibName.LA): $(BUILT_SOURCES) $(ObjectsLO) $(LibDir)/.dir
|
||||
$(Echo) Linking $(Configuration) Shared Library $(notdir $@)
|
||||
$(Echo) Linking $(Configuration) Shared Library $(LIBRARYNAME).so
|
||||
$(Verb) $(Link) -o $@ $(ObjectsLO)
|
||||
$(Verb) $(LTInstall) $@ $(LibDir)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user