File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ in_git_repo := path_exists(join(justfile_directory(), ".git"))
2727
2828[windows ]
2929download_vcpkg_bin :
30+ - rm -r ' {{ join (justfile_directory (), " vcpkg" )}} '
3031 mkdir ' {{ join (justfile_directory (), " vcpkg" )}} '
32+ git clone https:// github.com/ microsoft/ vcpkg.git ' {{ join (justfile_directory (), " vcpkg" )}} '
3133 curl -L --fail --show-error ' {{ vcpkg_tool_url}} ' -o ' {{ join (justfile_directory (), " vcpkg" , " vcpkg.exe" )}} '
3234
3335[unix ]
@@ -55,4 +57,4 @@ dist triplet=VCPKG_DEFAULT_TRIPLET git_hash=`git rev-parse HEAD`:
5557 cmd.exe / C ' {{ source_directory ()}} /dist.bat' ' {{ justfile_directory ()}} ' ' {{ triplet}} ' {{ git_hash}}
5658
5759[unix ]
58- dist triplet = VCPKG_DEFAULT_TRIPLET git_hash = ` git rev-parse HEAD ` : (build_dist triplet)
60+ dist triplet = VCPKG_DEFAULT_TRIPLET git_hash = ` git rev-parse HEAD ` : (build_dist triplet)
You can’t perform that action at this time.
0 commit comments