forked from organicmaps/organicmaps
[generator] Replace osmctools upstream link with github one
This commit is contained in:
parent
6299e3bcc1
commit
e08126aec0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ find_osmconvert() {
|
|||
if [ -e "$OMIM_PATH/tools/osmctools/osmconvert.c" ]; then
|
||||
cc -x c -lz -O3 "$OMIM_PATH/tools/osmctools/osmconvert.c" -o "$OSMCONVERT"
|
||||
else
|
||||
curl -s http://m.m.i24.cc/osmconvert.c | cc -x c - -lz -O3 -o $OSMCONVERT
|
||||
curl -s https://raw.githubusercontent.com/mapsme/osmctools/master/osmconvert.c | cc -x c - -lz -O3 -o $OSMCONVERT
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue