We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dddf2d commit 4857793Copy full SHA for 4857793
external/buildscripts/build.pl
@@ -698,15 +698,15 @@
698
my $ndkName = "";
699
if($^O eq "linux")
700
{
701
- $ndkName = "android-ndk-$ndkVersion-linux-x86_64.zip";
+ $ndkName = "android-ndk-$ndkVersion-linux/android-ndk-$ndkVersion-linux-x86_64.zip";
702
}
703
elsif($^O eq "darwin")
704
705
- $ndkName = "android-ndk-$ndkVersion-darwin-x86_64.zip";
+ $ndkName = "android-ndk-$ndkVersion-darwin/android-ndk-$ndkVersion-darwin-x86_64.zip";
706
707
else
708
709
- $ndkName = "android-ndk-$ndkVersion-windows-x86.zip";
+ $ndkName = "android-$ndkVersion-r16b-windows/android-ndk-$ndkVersion-windows-x86.zip";
710
711
712
my $depsNdkArchive = "$externalBuildDeps/$ndkName";
0 commit comments