Skip to content

Commit 23d9846

Browse files
committed
Fix default vcpkg dir
1 parent 892c8b6 commit 23d9846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcpkg_overlay/vcpkg.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VCPKG_DEFAULT_TRIPLET := env_var_or_default('VCPKG_DEFAULT_TRIPLET', if os_famil
1414
cmake_preset := VCPKG_DEFAULT_TRIPLET
1515

1616
VCPKG_DEFAULT_HOST_TRIPLET := VCPKG_DEFAULT_TRIPLET
17-
vcpkg_root := env_var_or_default('VCPKG_ROOT', join(justfile_directory(), "./deps/vcpkg"))
17+
vcpkg_root := env_var_or_default('VCPKG_ROOT', join(justfile_directory(), "./build/vcpkg"))
1818
in_git_repo := path_exists(join(justfile_directory(), ".git"))
1919

2020
clone_vcpkg:

0 commit comments

Comments
 (0)