We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d11c6 commit b167c70Copy full SHA for b167c70
attachments/simple_engine/install_dependencies_windows.bat
@@ -26,7 +26,7 @@ if not exist %TEMP%\vcpkg-cache mkdir %TEMP%\vcpkg-cache
26
27
:: Install all dependencies at once using vcpkg with parallel installation
28
echo Installing all dependencies...
29
-vcpkg install --triplet=x64-windows --x-manifest-root=%~dp0\.. --feature-flags=binarycaching,manifests --x-install-root=%VCPKG_INSTALLATION_ROOT%/installed
+vcpkg install --triplet=x64-windows --x-manifest-root=%~dp0 --feature-flags=binarycaching,manifests --x-install-root=%VCPKG_INSTALLATION_ROOT%/installed
30
31
:: Remind about Vulkan SDK
32
echo.
0 commit comments