зеркало из https://github.com/nextcloud/desktop.git
fix build on windows by adding missing archive name properties on libs
the archive output name is used on windows but was never set for 2 libraries with this they will have a proper name matching other components of the shared library Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Родитель
91ccd9099d
Коммит
47a7a267ea
|
@ -117,6 +117,8 @@ set_target_properties(
|
|||
${APPLICATION_EXECUTABLE}_csync
|
||||
RUNTIME_OUTPUT_NAME
|
||||
${APPLICATION_EXECUTABLE}_csync
|
||||
ARCHIVE_OUTPUT_NAME
|
||||
${APPLICATION_EXECUTABLE}_csync
|
||||
)
|
||||
if(BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||
INSTALL(
|
||||
|
|
|
@ -220,6 +220,8 @@ set_target_properties(
|
|||
${APPLICATION_EXECUTABLE}sync
|
||||
RUNTIME_OUTPUT_NAME
|
||||
${APPLICATION_EXECUTABLE}sync
|
||||
ARCHIVE_OUTPUT_NAME
|
||||
${APPLICATION_EXECUTABLE}sync
|
||||
)
|
||||
|
||||
if(NOT BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче