Don't use = for argument parameters in SRCI information from dxc

This commit is contained in:
baldurk
2025-09-22 13:48:42 +01:00
parent 26cf7d3d7f
commit d4fd5b4977
@@ -2816,7 +2816,7 @@ void DXBCContainer::ProcessSourceInfo(const byte *chunkContents, uint32_t chunkS
flags.flags[cmdlineIdx].value += name;
if(value[0] != 0)
{
flags.flags[cmdlineIdx].value += "=";
flags.flags[cmdlineIdx].value += " ";
flags.flags[cmdlineIdx].value += value;
}
}