mirror of https://github.com/google/oss-fuzz.git
libxls: Update build.sh (#12123)
The `bootstrap` script has been moved to `autogen.sh`
c1efc44e09
This commit is contained in:
parent
d63f82f8e2
commit
3590c4884e
|
@ -16,7 +16,11 @@
|
|||
|
||||
#!/bin/bash -eu
|
||||
|
||||
./bootstrap
|
||||
if [ -f ./autogen.sh ]; then
|
||||
./autogen.sh
|
||||
else
|
||||
./bootstrap
|
||||
fi
|
||||
./configure --enable-static
|
||||
make clean
|
||||
|
||||
|
|
Loading…
Reference in New Issue