Mercurial > sdl-ios-xcode
view android/config.cfg.example @ 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 | |
children | e0bd00bfd118 |
line wrap: on
line source
# This file sets up paths needed to find the NDK build tools. # Edit it appropriately for your configuration and save it as "config.cfg". ANDROID_NDK := </absolute/path/to/android/ndk> ANDROID_NDK_HOST := <host-os> # "linux-x86" for linux, "darwin-x86" for mac