mirror of https://github.com/google/oss-fuzz.git
[xz] Fix fuzzing build. (#3483)
As suggested in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20619#c8
This commit is contained in:
parent
c9e50868e9
commit
92832c38a8
|
@ -15,7 +15,7 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh --no-po4a
|
||||||
./configure \
|
./configure \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
|
|
Loading…
Reference in New Issue