We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb4e02 commit 72b4d9bCopy full SHA for 72b4d9b
Modules/@babylonjs/react-native/windows/scripts/Utils.psm1
@@ -70,7 +70,7 @@ function Compile-Solution {
70
$MSBuild = Get-MSBuildPath
71
}
72
73
- & "$MSBuild" /p:Configuration="$Configuration" /p:Platform="$Platform" $Solution
+ & "$MSBuild" /p:Configuration="$Configuration" /p:Platform="$Platform" /m:32 $Solution
74
if ($? -Eq $False) {
75
Write-Error "$Platform $Configuration Build failed."
76
exit 1
0 commit comments