C#: Undo poor mans quoting fix as it conflicts with the permanent solution.

This commit is contained in:
Michael Nebel
2023-10-04 09:19:55 +02:00
parent da92da2204
commit ecd8561104

View File

@@ -102,10 +102,6 @@ function RegisterExtractorPack(id)
dotnetRunNeedsSeparator = false
dotnetRunInjectionIndex = i
end
-- if we encounter a whitespace, we explicitly need to quote the argument.
if OperatingSystem == 'windows' and arg:match('%s') then
argv[i] = '"' .. arg .. '"'
end
end
if match then
local injections = { '-p:UseSharedCompilation=false', '-p:EmitCompilerGeneratedFiles=true' }