From 6727c01db15c10483ca55fc2e65da513259ed3f6 Mon Sep 17 00:00:00 2001 From: Dylan Perks <11160611+Perksey@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:34:51 +0100 Subject: [PATCH] Update Core.cs --- build/nuke/Native/Core.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/nuke/Native/Core.cs b/build/nuke/Native/Core.cs index b1c51f3f14..1608977580 100644 --- a/build/nuke/Native/Core.cs +++ b/build/nuke/Native/Core.cs @@ -27,6 +27,8 @@ using static Nuke.Common.Tools.GitHub.GitHubTasks; partial class Build { + // TODO the dishes + [Nuke.Common.Parameter("Build native code")] readonly bool Native; [CanBeNull] string AndroidHomeValue;