Unverified Commit 5c6e2c0a authored by Franz Pletz's avatar Franz Pletz
Browse files

ocamlPackages.ctypes-foreign: fix build with gcc-14

parent cd366762
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ buildDunePackage rec {
    lwt
  ];

  # Fix build with gcc 14
  env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";

  meta = ctypes.meta // {
    description = "Dynamic access to foreign C libraries using Ctypes";
  };