diff options
author | 2015-04-03 01:59:42 +1100 | |
---|---|---|
committer | 2015-04-03 01:59:42 +1100 | |
commit | 9d635321841f2c412efac5217bd1feea06d253f1 (patch) | |
tree | b3152546453d8d9b6c3ec6fe43cc33cfa93058a0 /scripts/src | |
parent | 1532f812322b4a394917f0b101aafafc57651d94 (diff) |
SDL1 does not work with BFGX
Diffstat (limited to 'scripts/src')
-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 { |