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

make: Fix ifdef check from dummy target changes

parent 89a6d81f
No related branches found
No related tags found
1 merge request!1861Merge master into next
......@@ -76,7 +76,7 @@ else
lib:=../libs/SDL2_mixer/$(mingw)
endif
ifdef SDL2
ifdef SDL
mixer_opts:=-I$(lib)/include/SDL2
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