Skip to content

Commit

Permalink
Fix a silly mistake 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Jun 6, 2024
1 parent bf206b6 commit e8b1d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/nuke/Native/SilkDroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ string AndroidHome

if ((Environment.GetEnvironmentVariable("ANDROID_HOME") ?? Environment.GetEnvironmentVariable("ANDROID_SDK_ROOT")) is {} sdk)
{
AndroidHomeOverride = sdk;
AndroidHomeValue = sdk;
return sdk;
}

Expand Down

0 comments on commit e8b1d7e

Please sign in to comment.