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 bce46e2 commit 26d9ba2Copy full SHA for 26d9ba2
build/nuke/Build.Native.cs
@@ -318,6 +318,15 @@ string AndroidHome
318
.AssertZeroExitCode();
319
320
CopyAll(@out.GlobFiles("src/Release/glfw3.dll"), runtimes / "win-arm64" / "native");
321
+
322
+ EnsureCleanDirectory(@out);
323
324
+ InheritedShell($"{prepare} -A arm", GLFWPath)
325
+ .AssertZeroExitCode();
326
+ InheritedShell(build, GLFWPath)
327
328
329
+ CopyAll(@out.GlobFiles("src/Release/glfw3.dll"), runtimes / "win-arm" / "native");
330
}
331
else if (OperatingSystem.IsLinux())
332
{
0 commit comments