mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 02:35:06 -05:00
Reorder test lib use to fix build for some compilers
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user