polymc: add stdenv.cc.cc.lib to GAME_LIBRARY_PATH
Some Minecraft mods (like DiscordRichPresence) require libstdc++. This commit adds stdenv.cc.cc.lib to $GAME_LIBRARY_PATH so that these mods function correctly.
This commit is contained in:
parent
8d28fdd57a
commit
050161d39c
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||
libGL
|
||||
glfw
|
||||
openal
|
||||
stdenv.cc.cc.lib
|
||||
];
|
||||
in ''
|
||||
# xorg.xrandr needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128
|
||||
|
|
Loading…
Reference in a new issue