glfw: use lowercase shell32 for Linux
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9ac5b603a2
commit
d35957766b
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ fn linkGLFWDependencies(b: *Builder, step: *std.build.LibExeObjStep, options: Op
|
||||||
.windows => {
|
.windows => {
|
||||||
step.linkSystemLibrary("gdi32");
|
step.linkSystemLibrary("gdi32");
|
||||||
step.linkSystemLibrary("user32");
|
step.linkSystemLibrary("user32");
|
||||||
step.linkSystemLibrary("Shell32");
|
step.linkSystemLibrary("shell32");
|
||||||
if (options.opengl) {
|
if (options.opengl) {
|
||||||
step.linkSystemLibrary("opengl32");
|
step.linkSystemLibrary("opengl32");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue