[PATCH v2 15/30] ctype: Avoid using a symlink
Bin Meng
bmeng.cn at gmail.com
Mon May 1 11:03:55 CEST 2023
Hi Simon,
On Sun, Apr 30, 2023 at 9:30 AM Simon Glass <sjg at chromium.org> wrote:
>
> Windows doesn't really support symlinks so fails to build this file. Use
> a single-line #include instead.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
> include/ctype.h | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
> mode change 120000 => 100644 include/ctype.h
>
This patch does not seem necessary if:
1. Enable Windows developer mode
2. export MSYS=winsymlinks:native
Regards,
Bin
More information about the U-Boot
mailing list