Skip to content

Commit 236ad8d

Browse files
authored
Map opengl32 and glu32 to null on Windows (#1615)
1 parent a500d95 commit 236ad8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/system-nixpkgs-map.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ in
121121
ole32 = null; rpcrt4 = null;
122122
winmm = null; userenv = null;
123123
kernel32 = null; ws2_32 = null;
124+
opengl32 = null; glu32 = null;
124125
# this should be bundled with gcc.
125126
# if it's not we have more severe
126127
# issues anyway.

0 commit comments

Comments
 (0)