mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +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:
@@ -4,7 +4,7 @@
|
|||||||
# For license and copyright information please follow this link:
|
# For license and copyright information please follow this link:
|
||||||
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
# 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)
|
init_non_host_target(td_ui ltcg)
|
||||||
add_library(tdesktop::td_ui ALIAS td_ui)
|
add_library(tdesktop::td_ui ALIAS td_ui)
|
||||||
|
|
||||||
|
Submodule Telegram/lib_base updated: b9d5ad1ad5...0698cd1af3
Reference in New Issue
Block a user