Skip to content

Commit 50deb2b

Browse files
committed
build-installers: ensure that the libssp test has _something_ to test
When determining whether or not to include `libssp` (which is now a legacy DLL that newer Git for Windows versions do not need to ship), we definitely need a `git.exe` to work with. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 271cb4f commit 50deb2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

please.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3443,6 +3443,9 @@ create_sdk_artifact () { # [--out=<directory>] [--git-sdk=<directory>] [--bitnes
34433443
mkdir -p "$output_path/mingw$bitness/bin" &&
34443444
case $bitness in
34453445
32)
3446+
# copy git.exe, for the libssp test
3447+
git -C "$output_path" show HEAD:mingw32/bin/git.exe \
3448+
>"$output_path/mingw32/bin/git.exe" &&
34463449
BITNESS=32 ARCH=i686 "$output_path/git-cmd.exe" --command=usr\\bin\\sh.exe -lx \
34473450
"${this_script_path%/*}/make-file-list.sh" |
34483451
# escape the `[` in `[.exe`

0 commit comments

Comments
 (0)