forked from organicmaps/organicmaps
[generator] force en_US locale
This commit is contained in:
parent
ddc9054b03
commit
8d214a0abd
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ export KEEP_INTDIR
|
|||
export LOG_PATH
|
||||
export REGIONS= # Routing script might expect something in this variable
|
||||
export BORDERS_PATH="$TARGET/borders" # Also for the routing script
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
[ -n "$OPT_CLEAN" -a -d "$INTDIR" ] && rm -r "$INTDIR"
|
||||
mkdir -p "$INTDIR"
|
||||
|
|
Loading…
Add table
Reference in a new issue