From ccf292abfa081177c622698486045e71aa445873 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 25 Apr 2020 05:42:23 +0000
Subject: [PATCH] Moar SDL_AUDIO stuffs.

---
 src/build/Common.gmake | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/build/Common.gmake b/src/build/Common.gmake
index c502c0480a..51970207b9 100644
--- a/src/build/Common.gmake
+++ b/src/build/Common.gmake
@@ -407,9 +407,7 @@ HASH_SRC 	:=	$(SRC_ROOT)$(DIRSEP)hash
 
 # SDL ciolib enabled by default for the moment.
 ifndef WITHOUT_SDL
- ifndef USE_SDL_AUDIO
-  USE_SDL	:=	1
- endif
+ USE_SDL	:=	1
 endif
 
 # Pull in lib-specific flags
-- 
GitLab