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

This commit is contained in:
PVermeer
2025-10-07 17:29:16 +02:00
committed by GitHub
parent 8372c37046
commit f52891d6fc

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++)