mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
build: Use the same name for static and shared library.
This commit is contained in:
@@ -188,6 +188,8 @@ if (WITH_STATIC_LIB)
|
|||||||
${LIBRARY_VERSION}
|
${LIBRARY_VERSION}
|
||||||
SOVERSION
|
SOVERSION
|
||||||
${LIBRARY_SOVERSION}
|
${LIBRARY_SOVERSION}
|
||||||
|
OUTPUT_NAME
|
||||||
|
ssh
|
||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
"-DLIBSSH_STATIC"
|
"-DLIBSSH_STATIC"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user