forked from OSchip/llvm-project
Get the shared library extension right on all platforms, regardless of what
Chris wants on his platform. llvm-svn: 17379
This commit is contained in:
parent
d49bd175f0
commit
737424ced3
|
@ -452,7 +452,7 @@ ifdef SHARED_LIBRARY
|
|||
all-local:: $(LibName.LA)
|
||||
|
||||
$(LibName.LA): $(BUILT_SOURCES) $(ObjectsLO) $(LibDir)/.dir
|
||||
$(Echo) Linking $(Configuration) Shared Library $(LIBRARYNAME).so
|
||||
$(Echo) Linking $(Configuration) Shared Library $(LIBRARYNAME)$(SHLIBEXT)
|
||||
$(Verb) $(Link) -o $@ $(ObjectsLO)
|
||||
$(Verb) $(LTInstall) $@ $(LibDir)
|
||||
|
||||
|
|
Loading…
Reference in New Issue