File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ partial class Build
162162 {
163163 DeleteDirectory ( NativeLoaderProject . Directory / "bin" ) ;
164164
165- var finalArchs = FastDevLoop ? "arm64" : string . Join ( ';' , OsxArchs ) ;
165+ var finalArchs = string . Join ( ';' , OsxArchs ) ;
166166 var buildDirectory = NativeBuildDirectory + "_" + finalArchs . Replace ( ';' , '_' ) ;
167167 EnsureExistingDirectory ( buildDirectory ) ;
168168
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ bool RequiresThoroughTesting()
353353 {
354354 DeleteDirectory ( NativeTracerProject . Directory / "build" ) ;
355355
356- var finalArchs = FastDevLoop ? "arm64" : string . Join ( ';' , OsxArchs ) ;
356+ var finalArchs = string . Join ( ';' , OsxArchs ) ;
357357 var buildDirectory = NativeBuildDirectory + "_" + finalArchs . Replace ( ';' , '_' ) ;
358358 EnsureExistingDirectory ( buildDirectory ) ;
359359
You can’t perform that action at this time.
0 commit comments