Skip to content

Commit

Permalink
Add the Microsoft.CSharp.dll assembly back into the unityaot profile
Browse files Browse the repository at this point in the history
This assembly is in the old unityaot profile, we should have it in
after the Mono upgrade.
  • Loading branch information
Josh Peterson committed Apr 30, 2021
1 parent 766d29a commit 1e4274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcs/class/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ orbis_dirs_parallel := \
$(filter-out Microsoft.CSharp Mono.Data.Sqlite,$(mobile_common_dirs_parallel))

unityaot_dirs_parallel := \
$(filter-out Microsoft.CSharp,$(mobile_common_dirs_parallel))
$(mobile_common_dirs_parallel)

xammac_4_5_dirs_parallel := \
Mono.Security \
Expand Down

0 comments on commit 1e4274e

Please sign in to comment.