Merge branch 'tic_0.46.0'

This commit is contained in:
BADIM-PC\Vadim 2017-10-05 11:33:22 +03:00
commit 68062879c9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ include $(CLEAR_VARS)
LOCAL_CFLAGS += -O3 -Wall -std=c99 -D"log2(x)=(log(x)/log(2))"
LOCAL_MODULE := main
SDL_PATH := ../../../../../../sdk/SDL2-2.0.5
SDL_PATH := ../../../../../3rd-party/SDL2-2.0.5
SRC_PATH := ../../../../src
INCLUDE_PATH := ../../../../include