From 03d078796ad31eb55d70ad0aa61254b301e989a6 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 25 Sep 2018 13:26:20 +0800 Subject: ... --- script/build.ps1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'script/build.ps1') diff --git a/script/build.ps1 b/script/build.ps1 index 0a72d30c..d236421c 100644 --- a/script/build.ps1 +++ b/script/build.ps1 @@ -8,5 +8,8 @@ function CheckLastExitCode { vcpkg.exe install folly:x64-windows fmt:x64-windows & CheckLastExitCode +vcpkg.exe integrate install +& CheckLastExitCode + & "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" CruUI.sln /target:Rebuild /p:Platform=x64 /p:Configuration=Debug & CheckLastExitCode -- cgit v1.2.3