Skip to content

Commit

Permalink
Made ogg vorbis support check use dummy SDL audio driver
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg authored and GregoryLundberg committed Nov 30, 2017
1 parent 6b806c3 commit 41f1ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scons/sdl.py
Expand Up @@ -138,6 +138,7 @@ def CheckOgg(context):
if context.env["host"]:
context.Result("n/a (cross-compile)")
return True
context.env["ENV"]["SDL_AUDIODRIVER"] = "dummy"
(result, output) = context.TryRun(test_program1, ".c")
if result:
context.Result("yes")
Expand Down

0 comments on commit 41f1ff1

Please sign in to comment.