Skip to content

Commit 7f8e521

Browse files
authored
Merge pull request #1473 from Unity-Technologies/fix-case-1342390
Removing Mono.Cecil and dependencies from unityjit profile. We did no…
2 parents 2cbff57 + 570acce commit 7f8e521

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)