make: Fix ifdef check from dummy target changes

This commit is contained in:
Eidolon 2022-10-20 21:10:21 -05:00
parent 4bf008b59f
commit c1f0be719e

View file

@ -83,7 +83,7 @@ else
lib:=../libs/SDL2_mixer/$(mingw)
endif
ifdef SDL2
ifdef SDL
mixer_opts:=-I$(lib)/include/SDL2
mixer_libs:=-L$(lib)/lib