File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ SET vspath=%%F
7
7
)
8
8
set VSCMD_START_DIR = %1
9
9
CALL " %vspath% \VC\Auxiliary\Build\vcvarsall.bat" x64
10
- just build_dist %2
10
+ just build_dist %2 %3
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ clear_cache:
29
29
30
30
# will invoke just build_dist but first activates the visual studio environment
31
31
[windows ]
32
- dist triplet = VCPKG_DEFAULT_TRIPLET:
33
- cmd.exe / C ' {{ source_directory ()}} /dist.bat' ' {{ justfile_directory ()}} ' ' {{ triplet}} '
32
+ dist triplet = VCPKG_DEFAULT_TRIPLET git_hash = ` git rev-parse HEAD ` :
33
+ cmd.exe / C ' {{ source_directory ()}} /dist.bat' ' {{ justfile_directory ()}} ' ' {{ triplet}} ' {{ git_hash }}
34
34
35
35
[unix ]
36
36
dist triplet = VCPKG_DEFAULT_TRIPLET: (build_dist triplet)
You can’t perform that action at this time.
0 commit comments