mirror of https://github.com/google/oss-fuzz.git
zydis: fix build (#6824)
This commit is contained in:
parent
63fad5651f
commit
3bf45910c0
|
@ -35,7 +35,8 @@ make -j$(nproc) VERBOSE=1
|
|||
$CXX \
|
||||
$CXXFLAGS \
|
||||
$LIB_FUZZING_ENGINE \
|
||||
../tools/ZydisFuzzIn.c \
|
||||
../tools/ZydisFuzzDecoder.c \
|
||||
../tools/ZydisFuzzShared.c \
|
||||
-DZYDIS_LIBFUZZER \
|
||||
-o $OUT/ZydisFuzz \
|
||||
-I . \
|
||||
|
|
Loading…
Reference in New Issue