aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--script/build.ps13
1 files changed, 3 insertions, 0 deletions
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