mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-13 05:20:27 +00:00
Fix this build message so that it displays the correct library
name, specifically the "lib" prefix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107011 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4abe3aaaf
commit
062f7f10f9
@ -1131,7 +1131,7 @@ $(LibName.SO): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) $(LibDir)/.dir
|
|||||||
$(ProjLibsOptions) $(LLVMLibsOptions) $(LIBS)
|
$(ProjLibsOptions) $(LLVMLibsOptions) $(LIBS)
|
||||||
else
|
else
|
||||||
$(LibName.SO): $(ObjectsO) $(LibDir)/.dir
|
$(LibName.SO): $(ObjectsO) $(LibDir)/.dir
|
||||||
$(Echo) Linking $(BuildMode) Shared Library $(LIBRARYNAME)$(SHLIBEXT)
|
$(Echo) Linking $(BuildMode) Shared Library $(basename $@)
|
||||||
$(Verb) $(Link) $(SharedLinkOptions) -o $@ $(ObjectsO)
|
$(Verb) $(Link) $(SharedLinkOptions) -o $@ $(ObjectsO)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user