File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2828
2929partial class Build {
3030 [ Nuke . Common . Parameter ( "Build native code" ) ] readonly bool Native ;
31+
3132 [ Nuke . Common . Parameter ( "Android home. Will be determined from dotnet if not provided." ) ] [ CanBeNull ] string AndroidHomeValue ;
3233
3334 static string JobsArg => string . IsNullOrWhiteSpace ( GitHubActions . Instance ? . Job )
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ string AndroidHome
106106
107107 // Not expecting this to succeed, but we need to do this so we generate the bindings to go in the public API.
108108 InheritedShell ( $ "dotnet build \" { SourceDirectory / "Windowing" / "Silk.NET.Windowing.Sdl" / "Silk.NET.Windowing.Sdl.csproj" } \" ") . AssertWaitForExit ( ) ;
109+
109110
110111 // Update the public API.
111112 InheritedShell ( string . Format ( FormatDeclCmd , SourceDirectory / "Windowing" / "Silk.NET.Windowing.Sdl" / "Silk.NET.Windowing.Sdl.csproj" ) ) . AssertZeroExitCode ( ) ;
You can’t perform that action at this time.
0 commit comments