Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information