Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Godse <61718172+mangod9@users.noreply.github.com>2020-09-28 07:22:59 +0300
committerGitHub <noreply@github.com>2020-09-28 07:22:59 +0300
commit244d93906c7fb7eae0757d18364dcc8539f3afc3 (patch)
tree19f9a2025a5044d18624e47f99d7f1f6f11a3602 /src/coreclr/crossgen-corelib.cmd
parentae1b1be2ba3147758345062f9e78afb8cc2ff39b (diff)
Get builds working when paths contain whitespaces and utf8 chars (#42671)
* Fix to get builds working for paths with whitespaces Currently builds clr+libs when space exists in repo folder. non-ascii should also be supported. Validated only of windows mono is still failing. * fix midl to not emit full path in generated headers * avoid full filenames in python source generator * Fix ilasm target to support folders with spaces. * update targets for ILDASM
Diffstat (limited to 'src/coreclr/crossgen-corelib.cmd')
-rw-r--r--src/coreclr/crossgen-corelib.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/crossgen-corelib.cmd b/src/coreclr/crossgen-corelib.cmd
index 64957d7757e..c153745ea91 100644
--- a/src/coreclr/crossgen-corelib.cmd
+++ b/src/coreclr/crossgen-corelib.cmd
@@ -8,7 +8,7 @@ set "__MsgPrefix=CROSSGEN-CORELIB: "
echo %__MsgPrefix%Starting Build at %TIME%
set __ThisScriptFull="%~f0"
-set __ThisScriptDir="%~dp0"
+set __ThisScriptDir=%~dp0
:: Note that the msbuild project files (specifically, dir.proj) will use the following variables, if set:
:: __BuildArch -- default: x64