iverilog: fix Darwin build by setting -std=gnu17
Refs: https://github.com/NixOS/nixpkgs/issues/511329
This commit is contained in:
@@ -51,6 +51,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
preConfigure = "sh autoconf.sh";
|
||||
|
||||
configureFlags = [ "CFLAGS=-std=gnu17" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# NOTE(jleightcap): the `make check` target only runs a "Hello, World"-esque sanity check.
|
||||
|
||||
Reference in New Issue
Block a user