(qb) Fix for non Win32 builds

This commit is contained in:
Higor Eurípedes 2014-10-22 14:18:56 -03:00
parent f26054f82c
commit 8f455ee921

View File

@ -204,6 +204,8 @@ if [ "$OS" = 'Win32' ]; then
fi
HAVE_XAUDIO=yes
else
HAVE_D3D9=no
fi
if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_GLES" != 'yes' ]; then