diff --git a/src/build/Common.gmake b/src/build/Common.gmake index c502c0480aecaed9fd760286f6b14b03e529231e..51970207b92455134b33b6e4e571b680f38fba42 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