solo5: ignore struct and class mismatches

This commit is contained in:
Ehmry - 2020-03-31 21:28:30 +05:30
parent 437365e059
commit 89a6228161
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ in stdenv.mkDerivation {
runHook postConfigure
'';
makeFlags = "CXXFLAGS=-Wno-mismatched-tags";
installPhase = ''
runHook preInstall
mkdir -p $out/bin $tests/bin