On Fri, Nov 22, 2019 at 06:59:59PM -0800, Pallavi Kadam wrote: > This patch fixes Windows build failure caused due to > 'config: change ABI versioning to global' patch.
Underlying reason is: "While most windows apps can handle both "\" and "/" as path separators, "more" is treating the "/" as the start of a command-line flag in this case, causing errors. > This patch can be merged in 19.11 release. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > Reviewed-by: Ranjit Menon <ranjit.me...@intel.com> > Tested-by: Pallavi Kadam <pallavi.ka...@intel.com> > ---