Skip to content

Commit

Permalink
glfw: use lowercase shell32 for Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Mar 4, 2022
1 parent 9ac5b60 commit d359577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glfw/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn linkGLFWDependencies(b: *Builder, step: *std.build.LibExeObjStep, options: Op
.windows => {
step.linkSystemLibrary("gdi32");
step.linkSystemLibrary("user32");
step.linkSystemLibrary("Shell32");
step.linkSystemLibrary("shell32");
if (options.opengl) {
step.linkSystemLibrary("opengl32");
}
Expand Down

0 comments on commit d359577

Please sign in to comment.