We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cbff57 + 570acce commit 7f8e521Copy full SHA for 7f8e521
mcs/class/Makefile
@@ -440,7 +440,7 @@ xbuild_14_SUBDIRS := $(xbuild_4_0_dirs) Microsoft.NuGet.Build.Tasks
440
441
unityjit_SUBDIRS := $(net_4_x_dirs)
442
# TODO: Probably don't want ALL the net_4_x stuff here. Revisit.
443
-unityjit_PARALLEL_SUBDIRS := $(net_4_x_parallel_dirs)
+unityjit_PARALLEL_SUBDIRS := $(filter-out Mono.Cecil Mono.Cecil.Mdb Mono.Debugger.Soft Mono.CodeContracts,$(net_4_x_parallel_dirs))
444
unityaot_SUBDIRS := $(mobile_common_dirs)
445
unityaot_PARALLEL_SUBDIRS := $(unityaot_dirs_parallel)
446
0 commit comments