Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Reorder test lib use to fix build for some compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzkopp committed Dec 23, 2012
1 parent fd87d24 commit fa87ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.in
Expand Up @@ -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)
Expand Down

0 comments on commit fa87ba5

Please sign in to comment.