mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
parent
87f44e87cd
commit
208b5d7b5b
1 changed files with 4 additions and 0 deletions
|
@ -1134,6 +1134,10 @@ if (NOT build_macstore AND NOT build_winstore)
|
|||
|
||||
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)
|
||||
add_executable(Packer WIN32)
|
||||
init_target(Packer)
|
||||
|
|
Loading…
Add table
Reference in a new issue