1
0
Fork 0

Fix linking with glibc wraps.

This commit is contained in:
John Preston 2019-12-13 15:02:59 +03:00
parent a3f3a38915
commit d1c4976d3d
2 changed files with 10 additions and 2 deletions

View file

@ -48,7 +48,11 @@ INTERFACE
if (LINUX)
if (DESKTOP_APP_USE_GLIBC_WRAPS)
target_link_libraries(external_openssl INTERFACE desktop-app::linux_glibc_wraps)
target_link_libraries(external_openssl
INTERFACE
desktop-app::linux_glibc_wraps
$<TARGET_FILE:desktop-app::linux_glibc_wraps>
)
endif()
target_link_libraries(external_openssl INTERFACE pthread)
endif()

View file

@ -198,7 +198,11 @@ if (LINUX)
icudata
)
if (DESKTOP_APP_USE_GLIBC_WRAPS)
target_link_libraries(external_qt INTERFACE desktop-app::linux_glibc_wraps)
target_link_libraries(external_qt
INTERFACE
desktop-app::linux_glibc_wraps
$<TARGET_FILE:desktop-app::linux_glibc_wraps>
)
endif()
target_link_libraries(external_qt
INTERFACE