mirror of https://github.com/google/oss-fuzz.git
Fix libcacard afl++ build. (#5125)
This commit is contained in:
parent
1abfd6bd92
commit
0b8d8d6d04
|
@ -15,6 +15,10 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
# Workaround for fixing AFL++ build, discarded for others.
|
||||
# See https://github.com/google/oss-fuzz/issues/4280#issuecomment-773977943
|
||||
export AFL_LLVM_INSTRUMENT=CLASSIC,NGRAM-4
|
||||
|
||||
# Compile NSS
|
||||
mkdir $SRC/nss-nspr
|
||||
mv $SRC/nss $SRC/nss-nspr/
|
||||
|
|
Loading…
Reference in New Issue