From e00245e95c90510a8870fad1359c4c04688264e1 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 26 Jun 2017 17:51:42 -0500 Subject: [PATCH] fix dist scripts to use "Any Cpu" instead of x64 --- Dist/BuildAndPackage.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dist/BuildAndPackage.bat b/Dist/BuildAndPackage.bat index b7ec9e82af..f259b92b64 100644 --- a/Dist/BuildAndPackage.bat +++ b/Dist/BuildAndPackage.bat @@ -17,7 +17,7 @@ for /f "skip=2 tokens=2,*" %%A in ('reg.exe query "HKLM\SOFTWARE\Microsoft\MSBui IF NOT EXIST %MSBUILDDIR%nul goto MISSINGMSBUILD IF NOT EXIST %MSBUILDDIR%msbuild.exe goto MISSINGMSBUILD -call "%MSBUILDDIR%msbuild.exe" ..\BizHawk.sln /p:Configuration=Release /p:Platform="x64" /t:rebuild +call "%MSBUILDDIR%msbuild.exe" ..\BizHawk.sln /p:Configuration=Release /p:Platform="Any Cpu" /t:rebuild @if errorlevel 1 goto MSBUILDFAILED