forked from OSchip/llvm-project
Add a SONAME to the libclang library.
Patch by Sylvestre Ledru. llvm-svn: 148045
This commit is contained in:
parent
060f6ccdb8
commit
9479c1b42a
|
@ -15,6 +15,8 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libclang.exports
|
|||
LINK_LIBS_IN_SHARED = 1
|
||||
SHARED_LIBRARY = 1
|
||||
|
||||
LDFLAGS+= -Wl,-soname,libclang.so.1
|
||||
|
||||
LINK_COMPONENTS := support mc
|
||||
USEDLIBS = clangARCMigrate.a clangRewrite.a clangFrontend.a clangDriver.a \
|
||||
clangSerialization.a \
|
||||
|
|
Loading…
Reference in New Issue