forked from organicmaps/organicmaps
Fix up "CONFIG=gtool build_omim.sh -cro"
Without this patch, building barfs while trying to link OSRM because it can't find librouting_common.a in the requested location. Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
This commit is contained in:
parent
84914a4d88
commit
87c9b83775
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