aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/brunsli
diff options
context:
space:
mode:
authorGravatar Eugene Kliuchnikov <eustas.ru@gmail.com>2021-02-03 15:54:51 +0100
committerGravatar GitHub <noreply@github.com>2021-02-03 06:54:51 -0800
commit23622cd4da4407d2b92d40f590ea8eb18ba05393 (patch)
tree596d9e93bc5691ef51b1909bb71d9c1040874211 /projects/brunsli
parent40913e07bae1d915ba4f019ac2b625478358abdf (diff)
Recent build commit has changed artifacts path.
Diffstat (limited to 'projects/brunsli')
-rwxr-xr-xprojects/brunsli/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/brunsli/build.sh b/projects/brunsli/build.sh
index adf4cf28..048bbd09 100755
--- a/projects/brunsli/build.sh
+++ b/projects/brunsli/build.sh
@@ -23,12 +23,12 @@ 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 \
- ./libbrunslidec-static.a ./libbrunslicommon-static.a \
+ ./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
./third_party/brotli/libbrotlidec-static.a \
./third_party/brotli/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 \
- ./libbrunslidec-static.a ./libbrunslicommon-static.a \
+ ./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
./third_party/brotli/libbrotlidec-static.a \
./third_party/brotli/libbrotlicommon-static.a