diff --git a/ruby/GNUmakefile b/ruby/GNUmakefile index 7f7c899ef3..00633adc96 100644 --- a/ruby/GNUmakefile +++ b/ruby/GNUmakefile @@ -26,6 +26,7 @@ ifeq ($(ruby),) ifeq ($(wildcard $(macsdl)),) $(error Tried to compile ruby for macOS with SDL2 linked, but no SDL2 library was found. Compile it with thirdparty/SDL/build-sdl.sh, or disable SDL by compiling ares with sdl2=false) endif + ruby += audio.sdl ruby += input.sdl endif else ifeq ($(platform),linux)