mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 17:25:26 -05:00
Missing math library for testgesture
This commit is contained in:
@@ -156,7 +156,7 @@ testatomic$(EXE): $(srcdir)/testatomic.c
|
||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
|
||||
|
||||
testgesture$(EXE): $(srcdir)/testgesture.c
|
||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
|
||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
|
||||
|
||||
testime$(EXE): $(srcdir)/testime.c
|
||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS) @SDL_TTF_LIB@
|
||||
|
||||
Reference in New Issue
Block a user