diff options
| author | Stefan Boberg <[email protected]> | 2021-05-20 12:30:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-20 12:30:22 +0200 |
| commit | 13aeb02c9f1a1b2256de62140f5d6ffa092572b3 (patch) | |
| tree | 67787f435d9224c0b35b8fe64b9f7efdad2541ff /scripts | |
| parent | Partial implementation of Jupiter chunk filtering, pending more information a... (diff) | |
| parent | Use vcpkg --overlay-ports to handle asio (diff) | |
| download | zen-13aeb02c9f1a1b2256de62140f5d6ffa092572b3.tar.xz zen-13aeb02c9f1a1b2256de62140f5d6ffa092572b3.zip | |
Merge pull request #1 from EpicGames/vcpkg-overlay-ports
Use vcpkg --overlay-ports to handle asio
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installdeps.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installdeps.bat b/scripts/installdeps.bat index dab9c2c67..f8ec42608 100644 --- a/scripts/installdeps.bat +++ b/scripts/installdeps.bat @@ -1 +1 @@ -vcpkg --x-manifest-root=%~dp0.. --triplet=x64-windows-static install +vcpkg --x-manifest-root=%~dp0.. --overlay-ports=%~dp0..\vcpkg_overlay-ports --triplet=x64-windows-static install
\ No newline at end of file |