forked from organicmaps/organicmaps
Merge pull request #5634 from berolinux/fix-tools-build
Fix up "CONFIG=gtool build_omim.sh -cro"
This commit is contained in:
commit
af0bf47669
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ build_conf_osrm()
|
|||
mkdir -p "$DIRNAME"
|
||||
cd "$DIRNAME"
|
||||
cmake "$OMIM_PATH"
|
||||
make routing indexer geometry coding base jansson -j $PROCESSES
|
||||
make routing routing_common indexer geometry coding base jansson -j $PROCESSES
|
||||
else
|
||||
"$QMAKE" "$OMIM_PATH/omim.pro" ${SPEC:+-spec $SPEC} "CONFIG+=$CONF osrm no-tests" ${CONFIG+"CONFIG*=$CONFIG"}
|
||||
make -j $PROCESSES
|
||||
|
|
Loading…
Add table
Reference in a new issue