Skip to content

Commit 72b4d9b

Browse files
author
Chris Barth
committed
allow multiple processors for compilation
1 parent 9bb4e02 commit 72b4d9b

File tree

1 file changed

+1
-1
lines changed
  • Modules/@babylonjs/react-native/windows/scripts

1 file changed

+1
-1
lines changed

Modules/@babylonjs/react-native/windows/scripts/Utils.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function Compile-Solution {
7070
$MSBuild = Get-MSBuildPath
7171
}
7272

73-
& "$MSBuild" /p:Configuration="$Configuration" /p:Platform="$Platform" $Solution
73+
& "$MSBuild" /p:Configuration="$Configuration" /p:Platform="$Platform" /m:32 $Solution
7474
if ($? -Eq $False) {
7575
Write-Error "$Platform $Configuration Build failed."
7676
exit 1

0 commit comments

Comments
 (0)