xmoto: Fix missing text

gstqt5
adisbladis 2020-04-14 09:00:12 +01:00
parent 5d09de6cc5
commit c77a4e8b82
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
1 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,12 @@ stdenv.mkDerivation rec {
lua5 ode libxdg_basedir libxml2
];
CXXFLAGS = [ "-fpermissive" ];
CXXFLAGS = [
"-fpermissive"
# Build using the old C++ ABI to fix issue with missing text; the issue
# should be fixed in the next stable release (if that ever does happen)
"-D_GLIBCXX_USE_CXX11_ABI=0"
];
meta = with stdenv.lib; {
description = "Obstacled race game";