honggfuzz: patch hfuzz-cc.c to fix path to buildtime-provided clang
i judged this slightly better than using a wrapper
This commit is contained in:
parent
ea5d0dcd76
commit
c941a63cb0
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ let
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0dcl5a5jykgfmnfj42vl7kah9k26wg38l2g6yfh5pssmlf0nax33";
|
sha256 = "0dcl5a5jykgfmnfj42vl7kah9k26wg38l2g6yfh5pssmlf0nax33";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace hfuzz_cc/hfuzz-cc.c \
|
||||||
|
--replace '"clang' '"${clang}/bin/clang'
|
||||||
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue