mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
makepanda: set LANGUAGE=en to fix lib detection on German systems
[skip ci]
This commit is contained in:
parent
a3bef3e285
commit
4e1f9c012a
@ -2533,6 +2533,7 @@ def SetupBuildEnvironment(compiler):
|
||||
# Setting it to UTF-8 is necessary for Python 3 modules to import
|
||||
# correctly.
|
||||
os.environ["LC_ALL"] = "en_US.UTF-8"
|
||||
os.environ["LANGUAGE"] = "en"
|
||||
|
||||
if compiler == "MSVC":
|
||||
# Add the visual studio tools to PATH et al.
|
||||
|
Loading…
x
Reference in New Issue
Block a user