diff options
Diffstat (limited to 'scripts/src/osd/sdl.lua')
-rw-r--r-- | scripts/src/osd/sdl.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/osd/sdl.lua b/scripts/src/osd/sdl.lua index 3943dcef7a3..3ba6297a6ad 100644 --- a/scripts/src/osd/sdl.lua +++ b/scripts/src/osd/sdl.lua @@ -210,6 +210,10 @@ elseif _OPTIONS["targetos"]=="os2" then SYNC_IMPLEMENTATION = "os2" end +if _OPTIONS["SDL_LIBVER"]=="sdl" then + USE_BGFX = 0 +end + if BASE_TARGETOS=="unix" then if _OPTIONS["targetos"]=="macosx" then links { |