build(linux): static link std libraries (#4321)
This commit is contained in:
parent
8372c37046
commit
f52891d6fc
1 changed files with 3 additions and 0 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue