ponyc: fix build with gcc9
This commit is contained in:
parent
baa5a73ba1
commit
9c3d1afc03
@ -54,6 +54,8 @@ stdenv.mkDerivation ( rec {
|
|||||||
|
|
||||||
checkTarget = "test-ci";
|
checkTarget = "test-ci";
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=redundant-move" ];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
export PONYPATH="$out/lib:${stdenv.lib.makeLibraryPath [ pcre2 libressl ]}"
|
export PONYPATH="$out/lib:${stdenv.lib.makeLibraryPath [ pcre2 libressl ]}"
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user