mirror of https://github.com/google/oss-fuzz.git
PROJ4: build from root so that data/proj.db is also built (#2260)
This commit is contained in:
parent
92553e2d0c
commit
e9a43c10c6
|
@ -18,7 +18,7 @@
|
|||
./autogen.sh
|
||||
./configure --disable-shared
|
||||
make clean -s
|
||||
(cd src && make -j$(nproc) -s)
|
||||
make -j$(nproc) -s
|
||||
|
||||
./test/fuzzers/build_google_oss_fuzzers.sh
|
||||
./test/fuzzers/build_seed_corpus.sh
|
||||
|
|
Loading…
Reference in New Issue