xmoto: fix build with gcc7
This commit is contained in:
parent
0fc2ddbc29
commit
2f018bb353
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
lua5 ode libxdg_basedir libxml2
|
lua5 ode libxdg_basedir libxml2
|
||||||
];
|
];
|
||||||
|
|
||||||
|
CXXFLAGS = [ "-fpermissive" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Obstacled race game";
|
description = "Obstacled race game";
|
||||||
homepage = http://xmoto.tuxfamily.org;
|
homepage = http://xmoto.tuxfamily.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user