Reorder test lib use to fix build for some compilers
This commit is contained in:
parent
fff2381298
commit
1b63b3fd52
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue