mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 18:36:34 +00:00
8 lines
215 B
CMake
8 lines
215 B
CMake
# linux specific target definitions
|
|
|
|
# Using newer c++ compilers / features on older distros causes runtime dyn link errors
|
|
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
|
|
-static-libgcc
|
|
-static-libstdc++
|
|
)
|