Hi Simon, On Sun, Apr 30, 2023 at 9:30 AM Simon Glass <s...@chromium.org> wrote: > > Use a small Python script instead of a symlink to avoid problems with > Windows. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > (no changes since v1) > > tools/binman/binman | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > mode change 120000 => 100755 tools/binman/binman >
This patch does not seem necessary if: 1. Enable Windows developer mode 2. export MSYS=winsymlinks:native Regards, Bin