ponyc: fix build with gcc9
This commit is contained in:
@@ -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 ]}"
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user