mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Fix issue running makepanda on German computers
This commit is contained in:
parent
3c9a0f99a9
commit
6b7cbc5f2f
@ -2290,6 +2290,9 @@ def SetupBuildEnvironment(compiler):
|
||||
print("Target OS: %s" % GetTarget())
|
||||
print("Target arch: %s" % GetTargetArch())
|
||||
|
||||
# Set to English so we can safely parse the result of gcc commands.
|
||||
os.environ["LC_ALL"] = "C"
|
||||
|
||||
if compiler == "MSVC":
|
||||
# Add the visual studio tools to PATH et al.
|
||||
SetupVisualStudioEnviron()
|
||||
|
Loading…
x
Reference in New Issue
Block a user