vdrift: fix build (#26522)
Had been broken since 7bf7f1976545666ba958034f7e61062595338f84
This commit is contained in:
parent
8a06af1163
commit
4fc077bfee
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
cp -r --reflink=auto $data data
|
cp -r --reflink=auto $data data
|
||||||
chmod -R +w data
|
chmod -R +w data
|
||||||
sed -i -e s,/usr/local,$out, SConstruct
|
sed -i -e s,/usr/local,$out, SConstruct
|
||||||
|
export CXXFLAGS="$(pkg-config --cflags SDL2_image)"
|
||||||
scons
|
scons
|
||||||
'';
|
'';
|
||||||
installPhase = "scons install";
|
installPhase = "scons install";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user