mirror of
https://github.com/yawut/SDL.git
synced 2026-08-09 12:07:28 -05:00
5 lines
261 B
Plaintext
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
|