Skip to content

MinGW Makefiles: Quote UNC paths on command lines

Ed Hartley requested to merge ehartley/c-make-fork:mingw-unc into master

UNC paths (starting with \\) need quotes when generating MinGW Makefiles to avoid gmake interpreting the first \ as an escape character.

Fixes: #24061 (closed)
Backport: release

Edited by Brad King

Merge request reports