| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -187,7 +187,9 @@ echo Project files generated. | |||
| 187 | 187 | if defined nobuild goto sign | |
| 188 | 188 | ||
| 189 | 189 | @rem Build the sln with msbuild. | |
| 190 | - msbuild node.sln /m /t:%target% /p:Configuration=%config% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo | ||
| 190 | + set "msbplatform=Win32" | ||
| 191 | + if "%target_arch%"=="x64" set "msbplatform=x64" | ||
| 192 | + msbuild node.sln /m /t:%target% /p:Configuration=%config% /p:Platform=%msbplatform% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo | ||
| 191 | 193 | if errorlevel 1 goto exit | |
| 192 | 194 | if "%target%" == "Clean" goto exit | |
| 193 | 195 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments