mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
make: Fix ifdef check from dummy target changes
This commit is contained in:
parent
4bf008b59f
commit
c1f0be719e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue