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 26d9ba2 commit 1e3b3deCopy full SHA for 1e3b3de
build/nuke/Build.Native.cs
@@ -318,15 +318,6 @@ 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