I thought I would try adding Windows support to a Python package after a decade of people asking, and I am now filled with regret.
If anyone understands why a command in a makefile with redirection strips a layer of escaping, but only in Windows, and only if there's a redirection, your illumination would be much appreciated!
Commands with redirection in make on Windows remove a layer of escaping from arguments · community · Discussion #75199
Select Topic Area Question Body Hello! I'm trying to run a makefile in Windows, but I've noticed that when a command in the makefile includes a redirection, it seems like a layer of escaping is rem...
