SDL/android/config.cfg.example
Sam Lantinga e5894c0f51 Change from jlunder:
Minor configuration changes to smooth the build process, make it work on mac.
2011-01-04 12:46:49 -08:00

5 lines
261 B
Plaintext

# 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