Skip to content

Commit 0da8fb0

Browse files
committed
minimal-sdk: include strip.exe
Git's build definition assumes that the program that excludes unneeded parts from executables is called `strip.exe`, not `llvm-strip.exe`. So let's not only include the latter, but also the former, in the `minimal-sdk` artifact. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent dff6a88 commit 0da8fb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.sparse/minimal-sdk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
# gcc.exe to clang
3838
/clangarm64/bin/gcc.exe
3939
/clangarm64/bin/libc++.dll
40+
/clangarm64/bin/strip.exe
4041

4142
# gettext (msgfmt)
4243
/clangarm64/bin/msgfmt.exe

0 commit comments

Comments
 (0)