mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 13:45:31 +00:00
build(linux): static link std libraries (#4321)
This commit is contained in:
@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user