mirror of https://github.com/google/oss-fuzz.git
dav1d: fix afl build by using $LIB_FUZZING_ENGINE (#2462)
Requires https://code.videolan.org/videolan/dav1d/merge_requests/714
This commit is contained in:
parent
e2003e1f39
commit
e5c8204c58
|
@ -33,7 +33,7 @@ fi
|
|||
|
||||
meson -Dbuild_asm=$BUILD_ASM -Dbuild_tools=false -Dfuzzing_engine=oss-fuzz \
|
||||
-Db_lundef=false -Ddefault_library=static -Dbuildtype=debugoptimized \
|
||||
-Dlogging=false \
|
||||
-Dlogging=false -Dfuzzer_ldflags=$LIB_FUZZING_ENGINE \
|
||||
${build}
|
||||
ninja -j $(nproc) -C ${build}
|
||||
|
||||
|
|
Loading…
Reference in New Issue