2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

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)