Skip to content

Commit 1e4274e

Browse files
author
Josh Peterson
committed
Add the Microsoft.CSharp.dll assembly back into the unityaot profile
This assembly is in the old unityaot profile, we should have it in after the Mono upgrade.
1 parent 766d29a commit 1e4274e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcs/class/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ orbis_dirs_parallel := \
199199
$(filter-out Microsoft.CSharp Mono.Data.Sqlite,$(mobile_common_dirs_parallel))
200200

201201
unityaot_dirs_parallel := \
202-
$(filter-out Microsoft.CSharp,$(mobile_common_dirs_parallel))
202+
$(mobile_common_dirs_parallel)
203203

204204
xammac_4_5_dirs_parallel := \
205205
Mono.Security \

0 commit comments

Comments
 (0)