Made ogg vorbis support check use dummy SDL audio driver

This commit is contained in:
loonycyborg 2017-11-01 06:12:34 +03:00 committed by Charles Dang
parent c4d78f8fc6
commit 6163285ae0

View file

@ -138,6 +138,7 @@ int main(int argc, char ** argv)
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")