mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 13:12:40 +02:00
fixup the only used ssleay library
This commit is contained in:
parent
c1a9a7f4c1
commit
e19b61bcbf
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ endif()
|
|||
file(GLOB EXTRA_LIBRARIES "${BUNDLE_PLUGIN_DIR}/*.${PLUGIN_EXTENSION}")
|
||||
|
||||
if (MANUAL_SSLEAY_COPY)
|
||||
file(SET EXTRA_LIBRARIES ${EXTRA_LIBRARIES} "ssleay32.dll")
|
||||
file(SET EXTRA_LIBRARIES ${EXTRA_LIBRARIES} ${SSL_EAY_LIBRARY_RELEASE})
|
||||
endif()
|
||||
|
||||
fixup_bundle("${BUNDLE_EXECUTABLE}" "${EXTRA_LIBRARIES}" "@FIXUP_LIBS@")
|
||||
|
|
Loading…
Reference in a new issue