diff options
author | 2019-09-26 19:39:55 +1000 | |
---|---|---|
committer | 2019-09-26 19:39:55 +1000 | |
commit | eceec6c9bfbb74252e3708a99b2e5c7eea18a9bf (patch) | |
tree | c2ed92b37756055ae320913568e50e36baaf8f1d /docs/release/scripts/src/osd/sdl.lua | |
parent | 267c5f6b40d5b826a5a22d191dc25c23c68df74f (diff) |
0.214 Release filestag214
Diffstat (limited to 'docs/release/scripts/src/osd/sdl.lua')
-rw-r--r-- | docs/release/scripts/src/osd/sdl.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release/scripts/src/osd/sdl.lua b/docs/release/scripts/src/osd/sdl.lua index 9485fcc553c..ed660e65f9b 100644 --- a/docs/release/scripts/src/osd/sdl.lua +++ b/docs/release/scripts/src/osd/sdl.lua @@ -38,7 +38,7 @@ function maintargetosdoptions(_target,_subtarget) } end - if BASE_TARGETOS=="unix" and _OPTIONS["targetos"]~="macosx" and _OPTIONS["targetos"]~="android" then + if BASE_TARGETOS=="unix" and _OPTIONS["targetos"]~="macosx" and _OPTIONS["targetos"]~="android" and _OPTIONS["targetos"]~="asmjs" then links { "SDL2_ttf", } @@ -328,7 +328,7 @@ if BASE_TARGETOS=="unix" then "socket", "nsl", } - else + elseif _OPTIONS["targetos"]~="asmjs" then links { "util", } |