Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4954:144d9df7e611 | 4955:361ada59e3aa |
---|---|
1 # This file sets up paths needed to find the NDK build tools. | |
2 # Edit it appropriately for your configuration and save it as "config.cfg". | |
3 ANDROID_NDK := </absolute/path/to/android/ndk> | |
4 ANDROID_NDK_HOST := <host-os> # "linux-x86" for linux, "darwin-x86" for mac |