Skip to content

Commit b167c70

Browse files
committed
addressing more comments.
1 parent a8d11c6 commit b167c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attachments/simple_engine/install_dependencies_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if not exist %TEMP%\vcpkg-cache mkdir %TEMP%\vcpkg-cache
2626

2727
:: Install all dependencies at once using vcpkg with parallel installation
2828
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
29+
vcpkg install --triplet=x64-windows --x-manifest-root=%~dp0 --feature-flags=binarycaching,manifests --x-install-root=%VCPKG_INSTALLATION_ROOT%/installed
3030

3131
:: Remind about Vulkan SDK
3232
echo.

0 commit comments

Comments
 (0)