Mercurial > sdl-ios-xcode
diff Makefile.android @ 4955:361ada59e3aa
Change from jlunder:
Minor configuration changes to smooth the build process, make it work on mac.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2011 12:46:49 -0800 |
parents | faad280e3280 |
children | 0ab2492f2e17 |
line wrap: on
line diff
--- a/Makefile.android Tue Jan 04 12:39:10 2011 -0800 +++ b/Makefile.android Tue Jan 04 12:46:49 2011 -0800 @@ -1,8 +1,8 @@ # Makefile to build the SDL library -include ./android/config.cfg #get ANDROID_NDK +include ./android/config.cfg #get ANDROID_NDK, ANDROID_NDK_HOST -TOOLS_PATH=$(ANDROID_NDK)/toolchains/arm-eabi-4.4.0/prebuilt/darwin-x86/bin +TOOLS_PATH=$(ANDROID_NDK)/toolchains/arm-eabi-4.4.0/prebuilt/$(ANDROID_NDK_HOST)/bin ANDROID_INCLUDES = -I$(ANDROID_NDK)/platforms/android-4/arch-arm/usr/include INCLUDE = -I./include CFLAGS = -g -O2 -fno-short-enums $(INCLUDE) $(ANDROID_INCLUDES) -DANDROID -DANDROID_NDK -static