Commit e1d6231
committed
check-for-missing-dlls: work around i686-specific objdump problem
Apparently the i686 version of objdump does not recognize the `.exe`
files generated by `cv2pdb` as valid executables. But `ldd` does.
So let's specifically fall back to using `ldd` for those (but do not use
`ldd` by default because it hangs on other `.exe` files...).
Signed-off-by: Johannes Schindelin <[email protected]>1 parent eb1b236 commit e1d6231
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
0 commit comments