superTuxKart: fix build with newer mesa
The idea is taken from Arch.
This commit is contained in:
parent
11492176d5
commit
11e8c4ae8c
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
echo Building internal Irrlicht
|
echo Building internal Irrlicht
|
||||||
cd lib/irrlicht/source/Irrlicht/
|
cd lib/irrlicht/source/Irrlicht/
|
||||||
|
cp "${mesa}"/include/GL/{gl,glx,wgl}ext.h .
|
||||||
NDEBUG=1 make ''${enableParallelBuilding:+-j''${NIX_BUILD_CORES} -l''${NIX_BUILD_CORES}}
|
NDEBUG=1 make ''${enableParallelBuilding:+-j''${NIX_BUILD_CORES} -l''${NIX_BUILD_CORES}}
|
||||||
cd -
|
cd -
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user