Commit d425d8b
fix capitalization
Windows and MacOS are both case-insensitive, and hence the issue of wrong capitalisation may not have surfaced.
I am forming a recipe for cross-compilation for the Julia BinarBuilder environment, which uses Linux x86_64 as the host system. However, as it uses a sensitive filesystem, I hit a linking error that could only be fixed by changing the capitalization of `Ws2_32.lib` to lowercase.
More on that can be found in the pull request:
JuliaPackaging/Yggdrasil#10950ws2_32.lib
1 parent 4568c89 commit d425d8b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments