This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ set __VSVersion=vs2015
28
28
29
29
:: Define a prefix for most output progress messages that come from this script. That makes
30
30
:: it easier to see where these are coming from. Note that there is a trailing space here.
31
- set __MsgPrefix = BUILD:
31
+ set " __MsgPrefix = BUILD: "
32
32
33
33
:: Set the various build properties here so that CMake and MSBuild can pick them up
34
34
set " __ProjectDir = %~dp0 "
@@ -346,10 +346,10 @@ if %__BuildNativeCoreLib% EQU 1 (
346
346
347
347
set " __CrossGenCoreLibLog = %__LogsDir% \CrossgenMSCoreLib_%__BuildOS% __%__BuildArch% __%__BuildType% .log"
348
348
set " __CrossgenExe = %__CrossComponentBinDir% \crossgen.exe"
349
- " % __CrossgenExe% " /Platform_Assemblies_Paths " %__BinDir% " /out " %__BinDir% \mscorlib.ni.dll" " %__BinDir% \mscorlib.dll" > " % __CrossGenCoreLibLog% " 2 >& 1
349
+ " ! __CrossgenExe! " /Platform_Assemblies_Paths " %__BinDir% " /out " %__BinDir% \mscorlib.ni.dll" " %__BinDir% \mscorlib.dll" > " ! __CrossGenCoreLibLog! " 2 >& 1
350
350
if NOT !errorlevel! == 0 (
351
351
echo %__MsgPrefix% Error: CrossGen mscorlib facade build failed. Refer to the build log file for details:
352
- echo % __CrossGenCoreLibLog%
352
+ echo ! __CrossGenCoreLibLog!
353
353
exit /b 1
354
354
)
355
355
)
You can’t perform that action at this time.
0 commit comments