Merge pull request #259212 from sheepforce/wxmacmolplt
wxmacmolplt: fix linking to -lGL
This commit is contained in:
commit
3740b47ed6
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
||||
xorg.libX11.dev
|
||||
];
|
||||
|
||||
configureFlags = [ "LDFLAGS=-lGL" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user