lol

Merge pull request #304937 from viraptor/csmith-std-fix

csmith: fix build with explicit std

authored by

Stanisław Pitucha and committed by
GitHub
53ddbd41 19196d6f

+2
+2
pkgs/development/tools/misc/csmith/default.nix
··· 12 12 nativeBuildInputs = [ m4 makeWrapper ]; 13 13 buildInputs = [ libbsd ] ++ (with perlPackages; [ perl SysCPU ]); 14 14 15 + CXXFLAGS = "-std=c++98"; 16 + 15 17 postInstall = '' 16 18 substituteInPlace $out/bin/compiler_test.pl \ 17 19 --replace '$CSMITH_HOME/runtime' $out/include/${pname}-${version} \