mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Remove redundant -static-libstdc++ for Updater.
This commit is contained in:
parent
0d449c037b
commit
fb0fcbca7f
2 changed files with 1 additions and 5 deletions
|
@ -1432,10 +1432,6 @@ if ((NOT DESKTOP_APP_DISABLE_AUTOUPDATE OR APPLE) AND NOT build_macstore AND NOT
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if (LINUX)
|
||||
target_link_options(Updater PRIVATE -static-libstdc++)
|
||||
endif()
|
||||
|
||||
if (DESKTOP_APP_SPECIAL_TARGET)
|
||||
add_executable(Packer)
|
||||
init_target(Packer)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6b320a99da1d1a4430c8168998f62e1e5ec919ab
|
||||
Subproject commit 5938cb012fd78f5128fdefa3794fbae6c8f1dcf6
|
Loading…
Add table
Reference in a new issue