mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 22:33:32 +00:00
make: Fix ifdef check from dummy target changes
This commit is contained in:
parent
e37918ebb0
commit
deaa82aa7f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ else
|
||||||
lib:=../libs/SDL2_mixer/$(mingw)
|
lib:=../libs/SDL2_mixer/$(mingw)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef SDL2
|
ifdef SDL
|
||||||
mixer_opts:=-I$(lib)/include/SDL2
|
mixer_opts:=-I$(lib)/include/SDL2
|
||||||
mixer_libs:=-L$(lib)/lib
|
mixer_libs:=-L$(lib)/lib
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue