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 3f01b21 commit 60b1b52Copy full SHA for 60b1b52
.devcontainer/startup_script.sh
@@ -7,7 +7,7 @@ trap 'echo "Error occurred at line $LINENO while executing: $BASH_COMMAND"; exit
7
echo "Starting the vcpkg startup script..."
8
9
# Find the full path to vcpkg
10
-VCPKG_PATH="/usr/local/vcpkg/vcpkg"
+VCPKG_PATH="/usr/local/vcpkg/"
11
12
if [ -z "$VCPKG_PATH" ]; then
13
echo "Error: vcpkg is not installed or not in PATH."
0 commit comments