Commit c3a6a2564d60e25d07cc205c6e1159f65b95779c

Authored by Perry Werneck
1 parent 0b963a38

Runtime builder fails on non-US machines.

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
win/makeruntime.sh.in
@@ -25,6 +25,9 @@ @@ -25,6 +25,9 @@
25 # erico.mendonca@gmail.com (Erico Mascarenhas de Mendonça) 25 # erico.mendonca@gmail.com (Erico Mascarenhas de Mendonça)
26 # 26 #
27 27
  28 +# Disable i18n
  29 +export LANG=C
  30 +
28 prefix="@prefix@" 31 prefix="@prefix@"
29 PKG_CONFIG="@PKG_CONFIG@" 32 PKG_CONFIG="@PKG_CONFIG@"
30 GTK_VERSION="gtk+-@GTK_VERSION@" 33 GTK_VERSION="gtk+-@GTK_VERSION@"