Skip to content
Snippets Groups Projects
Commit deaa82aa authored by Eidolon's avatar Eidolon
Browse files

make: Fix ifdef check from dummy target changes

parent e37918eb
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ else ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment