Change td_ui to a static library.

This (temporarily) fixes LTCG linking on Windows 32 bit.

I hope this fixes #25832.
This commit is contained in:
John Preston 2023-02-06 10:36:51 +04:00
parent 81fb4046d1
commit af8c1f77c7
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# For license and copyright information please follow this link:
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
add_library(td_ui OBJECT)
add_library(td_ui STATIC)
init_non_host_target(td_ui ltcg)
add_library(tdesktop::td_ui ALIAS td_ui)

@ -1 +1 @@
Subproject commit b9d5ad1ad514e58e7f0ec5eacd8139d34e970dc8
Subproject commit 0698cd1af30b09b66d5eee7dfa93c4d489086660