Small adjustments to appease the android build
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
//moved here for android shenanigans
|
||||
#define SDL_MAIN_HANDLED
|
||||
|
||||
#include "engine.h"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CC=gcc
|
||||
|
||||
IDIR+=. ../Toy/source ../core
|
||||
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 -ltoy -lcore
|
||||
|
||||
ODIR = obj
|
||||
|
||||
Reference in New Issue
Block a user