fixup the only used ssleay library

This commit is contained in:
Stephen Birarda 2016-01-15 10:36:11 -08:00
parent c1a9a7f4c1
commit e19b61bcbf

View file

@ -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@")