Skip to content

Commit 26d9ba2

Browse files
authored
Attempt to add ARM32
1 parent bce46e2 commit 26d9ba2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build/nuke/Build.Native.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,15 @@ 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");
321330
}
322331
else if (OperatingSystem.IsLinux())
323332
{

0 commit comments

Comments
 (0)