Merge pull request #259212 from sheepforce/wxmacmolplt

wxmacmolplt: fix linking to -lGL
This commit is contained in:
markuskowa 2023-10-05 20:56:04 +02:00 committed by GitHub
commit 3740b47ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
xorg.libX11.dev
];
configureFlags = [ "LDFLAGS=-lGL" ];
enableParallelBuilding = true;
meta = with lib; {