> Anuj, can you change the `COPY` line in file `windows/detect.mk`
> accordingly and check whether it works?

Yes, it does work.

  ifeq ($(OS),Windows_NT)
    COPY := >nul cmd.exe /c copy
  else
    COPY := >nul copy
  endif  # test NT

Reply via email to