Skip to content

Commit

Permalink
Native/GLFW: Fix incorrect library file name in package.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Apr 14, 2024
1 parent e955cd4 commit b98f775
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/nuke/Native/GLFW.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ partial class Build {
InheritedShell($"{triple}-strip --strip-unneeded src/libglfw.so", buildDir).AssertZeroExitCode();
CopyAll((buildDir / "src").GlobFiles("libglfw.so"), runtimes / rid / "native");
CopyFile((buildDir / "src").GlobFiles("libglfw.so.3.*").First(), runtimes / rid / "native" / "libglfw.so.3", FileExistsPolicy.Overwrite);
}
}
else if (OperatingSystem.IsMacOS())
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b98f775

Please sign in to comment.