From eceec6c9bfbb74252e3708a99b2e5c7eea18a9bf Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 26 Sep 2019 19:39:55 +1000 Subject: 0.214 Release files --- docs/release/scripts/src/osd/sdl.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/release/scripts/src/osd/sdl.lua') 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", } -- cgit v1.2.3-70-g09d2