forked from OSchip/llvm-project
Fix this build message so that it displays the correct library
name, specifically the "lib" prefix. llvm-svn: 107011
This commit is contained in:
parent
b8c058cbb0
commit
8a62f18091
|
@ -1131,7 +1131,7 @@ $(LibName.SO): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) $(LibDir)/.dir
|
|||
$(ProjLibsOptions) $(LLVMLibsOptions) $(LIBS)
|
||||
else
|
||||
$(LibName.SO): $(ObjectsO) $(LibDir)/.dir
|
||||
$(Echo) Linking $(BuildMode) Shared Library $(LIBRARYNAME)$(SHLIBEXT)
|
||||
$(Echo) Linking $(BuildMode) Shared Library $(basename $@)
|
||||
$(Verb) $(Link) $(SharedLinkOptions) -o $@ $(ObjectsO)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue