Remove redundant -static-libstdc++ for Updater.

This commit is contained in:
John Preston
2021-08-20 21:14:39 +03:00
parent 0d449c037b
commit fb0fcbca7f
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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)