build(linux): static link std libraries (#4321)

This commit is contained in:
PVermeer 2025-10-07 17:29:16 +02:00 committed by GitHub
commit f52891d6fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1,4 @@
# linux specific target definitions
# Using newer c++ compilers / features on older distros causes runtime dyn link errors
target_link_libraries(sunshine -static-libgcc -static-libstdc++)