Browse Source

makepanda: set LANGUAGE=en to fix lib detection on German systems

[skip ci]
rdb 8 years ago
parent
commit
4e1f9c012a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      makepanda/makepandacore.py

+ 1 - 0
makepanda/makepandacore.py

@@ -2533,6 +2533,7 @@ def SetupBuildEnvironment(compiler):
     # Setting it to UTF-8 is necessary for Python 3 modules to import
     # Setting it to UTF-8 is necessary for Python 3 modules to import
     # correctly.
     # correctly.
     os.environ["LC_ALL"] = "en_US.UTF-8"
     os.environ["LC_ALL"] = "en_US.UTF-8"
+    os.environ["LANGUAGE"] = "en"
 
 
     if compiler == "MSVC":
     if compiler == "MSVC":
         # Add the visual studio tools to PATH et al.
         # Add the visual studio tools to PATH et al.