mirror of https://github.com/google/oss-fuzz.git
[zstd] Remove build code for .option files as those are removed upstream.
This commit is contained in:
parent
04f5f4c7dc
commit
2446d3bb5d
|
@ -26,12 +26,6 @@ make -j seedcorpora
|
|||
for target in $(./fuzz.py list); do
|
||||
cp "$target" "$OUT"
|
||||
|
||||
options=default.options
|
||||
if [ -f "$target.options" ]; then
|
||||
options="$target.options"
|
||||
fi
|
||||
cp "$options" "$OUT/$target.options"
|
||||
|
||||
if [ -f "$target.dict" ]; then
|
||||
cp "$target.dict" "$OUT"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue