ocamlPackages.ctypes-foreign: fix build with gcc-14
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user