diff --git a/android/ndk/ndk.v b/android/ndk/ndk.v index 1256ac26..c129901c 100644 --- a/android/ndk/ndk.v +++ b/android/ndk/ndk.v @@ -323,7 +323,7 @@ pub fn tool(tool_type Tool, ndk_version string, arch string) !string { } path := bin_path(ndk_version) if os.is_dir(path) { - // NOTE: these *-ar tools was deprecated in NDK r22 and removed in r23 + // NOTE: these *linux-android*-ar tools was deprecated in NDK r22 and removed in r23 mut ar := os.join_path(path, arch_is + '-linux-android${eabi}-ar') $if windows { ar += '.cmd' // TODO validate if this is correct