File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -439,10 +439,9 @@ xbuild_12_SUBDIRS := $(xbuild_4_0_dirs)
439
439
xbuild_14_SUBDIRS := $(xbuild_4_0_dirs ) Microsoft.NuGet.Build.Tasks
440
440
441
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 := $(filter-out Mono.Cecil Mono.Cecil.Mdb Mono.Debugger.Soft Mono.CodeContracts,$(net_4_x_parallel_dirs ) )
442
+ unityjit_PARALLEL_SUBDIRS := $(filter-out Mono.Cecil Mono.Cecil.Mdb Mono.Debugger.Soft Mono.CodeContracts System.Runtime.CompilerServices.Unsafe,$(net_4_x_parallel_dirs ) )
444
443
unityaot_SUBDIRS := $(mobile_common_dirs )
445
- unityaot_PARALLEL_SUBDIRS := $(unityaot_dirs_parallel )
444
+ unityaot_PARALLEL_SUBDIRS := $(filter-out System.Runtime.CompilerServices.Unsafe, $( unityaot_dirs_parallel ) )
446
445
447
446
winaot_SUBDIRS := $(mobile_common_dirs )
448
447
winaot_PARALLEL_SUBDIRS := $(winaot_dirs_parallel )
You can’t perform that action at this time.
0 commit comments