Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tests/Common/CLRTest.CrossGen.targets
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ if defined RunCrossGen2 (
call :CompileOneFileCrossgen2
IF NOT !CrossGen2Status!==0 goto :DoneCrossgen2Operations
) else (
set ExtraCrossGen2Args=!ExtraCrossGen2Args! -r:!scriptPath!IL-CG2\*.dll
for %%I in (!scriptPath!\*.dll) do (
set ExtraCrossGen2Args=!ExtraCrossGen2Args! -r:!scriptPath!IL-CG2\*.dll
set __OutputFile=!scriptPath!\%%~nI.dll
set __InputFile=!scriptPath!IL-CG2\%%~nI.dll
call :CompileOneFileCrossgen2
Expand Down