wxhexeditor: fix build (#482095)

This commit is contained in:
Weijia Wang
2026-01-21 18:54:37 +00:00
committed by GitHub
+1
View File
@@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
preConfigure = "patchShebangs .";
makeFlags = lib.optionals stdenv.cc.isGNU [
"CFLAGS=-std=c17"
"OPTFLAGS=-fopenmp"
];