1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00
nixpkgs/pkgs/development/libraries/rapidjson
Dmitry Kalinkin af86bf34ff
rapidjson: fix build on darwin
Disables -Werror

Alternatively one could use

  NIX_CFLAGS_COMPILE = [
    "-Wno-error=implicit-fallthrough"
    "-Wno-error=zero-as-null-pointer-constant"
    "-Wno-error=shadow"
  ];
2018-04-03 16:04:02 -04:00
..
default.nix rapidjson: fix build on darwin 2018-04-03 16:04:02 -04:00