Skip to content

Commit 1a0eb96

Browse files
committed
Build - don't force system binaries on win vcpkg build
1 parent 35dc0ab commit 1a0eb96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/win-pre-vcpkg.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ if not exist "vcpkg\" (
99
)
1010

1111
set VCPKG_ROOT=%~dp0/vcpkg
12+
set VCPKG_FORCE_SYSTEM_BINARIES=
13+
1214

1315
if not exist "vcpkg\vcpkg.exe" (
1416
cd vcpkg

0 commit comments

Comments
 (0)