[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build deps on Windows does not work
From: |
Eli Zaretskii |
Subject: |
Re: Build deps on Windows does not work |
Date: |
Sun, 26 Jul 2020 17:00:34 +0300 |
> From: Yuri Khan <yuri.v.khan@gmail.com>
> Date: Sun, 26 Jul 2020 16:11:27 +0700
> Cc: Emacs developers <emacs-devel@gnu.org>,
> Phillip Lord <phillip.lord@russet.org.uk>
>
> A better workaround, nay, fix, would probably be to run the subprocess
> with the LANG environment variable overridden to the value "C".
I think Windows programs don't guarantee that this will take effect,
since the MS runtime doesn't support the LC_* and LANG environment
variables.