mirror of https://github.com/google/oss-fuzz.git
[cras] Update configure option (#1060)
The configure options was changed to lower case. Fix the build script to match the new option. Signed-off-by: Dylan Reid <dgreid@chromium.org>
This commit is contained in:
parent
2b97219454
commit
a9f74650ff
|
@ -8,7 +8,7 @@
|
|||
|
||||
cd ${SRC}/adhd/cras
|
||||
./git_prepare.sh
|
||||
./configure --disable-DBUS
|
||||
./configure --disable-dbus
|
||||
make -j$(nproc)
|
||||
|
||||
$CXX $CXXFLAGS $FUZZER_LDFLAGS \
|
||||
|
|
Loading…
Reference in New Issue