c59b82353d
When dlltool fails, show the full command that was executed. In particular, llvm-dlltool is not very helpful, printing a generic usage message rather than what actually went wrong, so stdout and stderr aren't of much use when troubleshooting.
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
error: Dlltool could not create import library with $DLLTOOL -d $DEF_FILE -D foo.dll -l $LIB_FILE $TARGET_MACHINE $ASM_FLAGS --no-leading-underscore $TEMP_PREFIX:
|
|
|
|
$DLLTOOL: Syntax error in def file $DEF_FILE:1
|
|
|
|
error: aborting due to previous error
|
|
|