PROJ4: build from root so that data/proj.db is also built (#2260)

This commit is contained in:
Even Rouault 2019-03-24 19:46:53 +01:00 committed by Abhishek Arya
parent 92553e2d0c
commit e9a43c10c6
1 changed files with 1 additions and 1 deletions

View File

@ -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