Skip to content

Commit 1e3b3de

Browse files
authored
Remove arm32 GLFW
1 parent 26d9ba2 commit 1e3b3de

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build/nuke/Build.Native.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -318,15 +318,6 @@ string AndroidHome
318318
.AssertZeroExitCode();
319319

320320
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-
.AssertZeroExitCode();
328-
329-
CopyAll(@out.GlobFiles("src/Release/glfw3.dll"), runtimes / "win-arm" / "native");
330321
}
331322
else if (OperatingSystem.IsLinux())
332323
{

0 commit comments

Comments
 (0)