Skip to content
Snippets Groups Projects
Commit 6bd97302 authored by deuce's avatar deuce
Browse files

Don't need the SDL libs at link time anymore.

parent ac8f07ec
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,6 @@ ifdef WITH_SDL
CIOLIB-MT_CFLAGS += $(shell $(SDL_CONFIG) --cflags)
ifdef STATIC_SDL
CIOLIB-MT_LIBS += $(shell $(SDL_CONFIG) --static-libs)
else
CIOLIB-MT_LIBS += $(shell $(SDL_CONFIG) --libs)
endif
endif
else
......
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