diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index a6e1c59f752..c9b100e7374 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -509,6 +509,10 @@ if string.sub(_ACTION,1,4) == "vs20" and _OPTIONS["osd"]=="sdl" then _OPTIONS["with-bundled-sdl2"] = "1" end end +-- Build SDL2 for Android +if _OPTIONS["targetos"] == "android" then + _OPTIONS["with-bundled-sdl2"] = "1" +end configuration {} |