mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-22 18:27:17 +00:00
parent
87f44e87cd
commit
208b5d7b5b
@ -1134,6 +1134,10 @@ if (NOT build_macstore AND NOT build_winstore)
|
|||||||
|
|
||||||
set_target_properties(Updater PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${output_folder})
|
set_target_properties(Updater PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${output_folder})
|
||||||
|
|
||||||
|
if (LINUX)
|
||||||
|
target_link_options(Updater INTERFACE -static-libstdc++)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (DESKTOP_APP_SPECIAL_TARGET)
|
if (DESKTOP_APP_SPECIAL_TARGET)
|
||||||
add_executable(Packer WIN32)
|
add_executable(Packer WIN32)
|
||||||
init_target(Packer)
|
init_target(Packer)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user