Commit 1227299
committed
sdk-installer: work around objdump problem
Apparently 32-bit objdump does not like the way we extract .pdb files
from git.exe and git-remote-https.exe: it always fails with "File
truncated". The 64-bit objdump seems to be unaffected by this bug.
Let's switch to using ldd instead, hopefully this will work around the
issue: we only need to release a new SDK every blue moon, anyway.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 0976d8e commit 1227299
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments