chmlib: fix Darwin build by setting -std=gnu17

Refs: https://github.com/NixOS/nixpkgs/issues/511329
This commit is contained in:
FlameFlag
2026-04-19 19:27:08 +03:00
parent 2d82734971
commit 47173f5813
+1
View File
@@ -25,6 +25,7 @@ stdenv.mkDerivation {
configureFlags = [
"--enable-examples"
"--enable-devel"
"CFLAGS=-std=gnu17"
];
meta = {