mirror of https://github.com/google/oss-fuzz.git
yara: enable dotnet module for fuzzing (#1931)
This commit is contained in:
parent
b05d5d8b26
commit
94ae92013a
|
@ -16,7 +16,7 @@
|
|||
################################################################################
|
||||
|
||||
./bootstrap.sh
|
||||
./configure --enable-debug --enable-dex --without-crypto
|
||||
./configure --enable-debug --enable-dex --enable-dotnet --without-crypto
|
||||
|
||||
make clean
|
||||
make -j$(nproc) all
|
||||
|
|
Loading…
Reference in New Issue