brunsli: fix build (#6613)

This commit is contained in:
DavidKorczynski 2021-10-18 23:19:57 +01:00 committed by GitHub
parent e9a57b9c1f
commit a006a39501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -24,11 +24,11 @@ make -j$(nproc) brunslidec-static
$CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode.cc \
-o $OUT/fuzz_decode $LIB_FUZZING_ENGINE \
./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
./third_party/brotli/libbrotlidec-static.a \
./third_party/brotli/libbrotlicommon-static.a
./_deps/brotli-build/libbrotlidec-static.a \
./_deps/brotli-build/libbrotlicommon-static.a
$CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode_streaming.cc \
-o $OUT/fuzz_decode_streaming $LIB_FUZZING_ENGINE \
./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
./third_party/brotli/libbrotlidec-static.a \
./third_party/brotli/libbrotlicommon-static.a
./_deps/brotli-build/libbrotlidec-static.a \
./_deps/brotli-build/libbrotlicommon-static.a