Reorder test lib use to fix build for some compilers

This commit is contained in:
Andreas Schiffler 2012-12-22 20:13:25 -08:00
parent fff2381298
commit 1b63b3fd52

View file

@ -74,7 +74,7 @@ testautomation$(EXE): $(srcdir)/testautomation.c \
$(srcdir)/testautomation_rect.c \
$(srcdir)/testautomation_render.c \
$(srcdir)/testautomation_rwops.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) -lSDL2_test
$(CC) -o $@ $^ $(CFLAGS) -lSDL2_test $(LIBS)
testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)