android build fix

This commit is contained in:
BADIM-PC\Vadim 2017-10-05 11:33:16 +03:00
parent 2141f8468f
commit 66a0f91450
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