Skip to content

Commit

Permalink
ndk: fix NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Aug 14, 2024
1 parent 50ed3c2 commit 7ebdb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/ndk/ndk.v
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ebdb20

Please sign in to comment.