mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Not setting android-ndk resulted in a "set ndk-path" error.
This commit is contained in:
@@ -1473,7 +1473,7 @@ BuildOptions parse_arguments(int argc, const char *argv[])
|
||||
const char *ndk_path = getenv("ANDROID_NDK");
|
||||
if (!ndk_path)
|
||||
{
|
||||
FAIL_WITH_ERR("Can't find Android NDK, please set --ndk-path.");
|
||||
FAIL_WITH_ERR("Can't find Android NDK, please set --android-ndk.");
|
||||
}
|
||||
build_options.android.ndk_path = strdup(ndk_path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user