mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-24 00:32:49 +00:00
11 lines
485 B
Diff
11 lines
485 B
Diff
--- tools/libclang/Makefile.soname~ 2014-08-25 22:21:51.899931322 +0200
|
|
+++ tools/libclang/Makefile 2014-08-25 22:22:40.725320921 +0200
|
|
@@ -34,7 +34,7 @@ include $(CLANG_LEVEL)/Makefile
|
|
|
|
# Add soname to the library.
|
|
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU GNU/kFreeBSD))
|
|
- LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
|
|
+ LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)-$(LLVMVersion)$(SHLIBEXT)
|
|
endif
|
|
|
|
ifeq ($(ENABLE_CLANG_ARCMT),1)
|