Skip to content

Commit 191c407

Browse files
committed
speex:fix build
1 parent 26ece8c commit 191c407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/speex/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $CXX $CXXFLAGS contrib/oss-fuzz/speexdec_fuzzer.cc -o $OUT/speex_decode_fuzzer_f
4848

4949
# build samples and prepare corpus
5050
cd src/
51+
sed -i 's/wget --no-clobber/wget --no-check-certificate --no-clobber/g' generate-samples.sh
5152
./generate-samples.sh
5253
zip -j0r ${OUT}/speex_decode_fuzzer_fixed_seed_corpus.zip ./samples/
5354
cp ${OUT}/speex_decode_fuzzer_fixed_seed_corpus.zip ${OUT}/speex_decode_fuzzer_float_seed_corpus.zip

0 commit comments

Comments
 (0)