diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index cc34fb8c18d..2fcfb323653 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -108,6 +108,7 @@ newoption { { "os2", "OS/2 eComStation" }, { "haiku", "Haiku" }, { "solaris", "Solaris SunOS" }, + { "steamlink", "Steam Link" }, }, } @@ -1052,6 +1053,15 @@ configuration { "linux-*" } end + +configuration { "steamlink" } + links { + "dl", + } + defines { + "EGL_API_FB", + } + configuration { "osx*" } links { "pthread", |