Small adjustments to appease the android build

This commit is contained in:
2022-11-14 09:27:32 +00:00
parent 813b94faf5
commit da9afb7e5b
8 changed files with 29 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
CC=gcc
IDIR+=. ../Toy/source
CFLAGS+=$(addprefix -I,$(IDIR)) -DSDL_MAIN_HANDLED -g -Wall -W -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable
CFLAGS+=$(addprefix -I,$(IDIR)) -g -Wall -W -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable
LIBS+=-lSDL2 -lSDL2_image -ltoy
ODIR = obj