> 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
> 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