Skip to content

Commit 570acce

Browse files
committed
Removing Mono.Cecil and dependencies from unityjit profile. We did not include these libraries prior to the mono upgrade and should not be needed in a unity runtime context. case 1342390
1 parent 2292ecc commit 570acce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcs/class/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ xbuild_14_SUBDIRS := $(xbuild_4_0_dirs) Microsoft.NuGet.Build.Tasks
440440

441441
unityjit_SUBDIRS := $(net_4_x_dirs)
442442
# TODO: Probably don't want ALL the net_4_x stuff here. Revisit.
443-
unityjit_PARALLEL_SUBDIRS := $(net_4_x_parallel_dirs)
443+
unityjit_PARALLEL_SUBDIRS := $(filter-out Mono.Cecil Mono.Cecil.Mdb Mono.Debugger.Soft Mono.CodeContracts,$(net_4_x_parallel_dirs))
444444
unityaot_SUBDIRS := $(mobile_common_dirs)
445445
unityaot_PARALLEL_SUBDIRS := $(unityaot_dirs_parallel)
446446

0 commit comments

Comments
 (0)