Forgot to tidy up temp files during check_cc.
This commit is contained in:
parent
fab1f902bb
commit
7630970887
1 changed files with 3 additions and 0 deletions
|
@ -237,6 +237,9 @@ int main() {
|
|||
}
|
||||
EOF
|
||||
$CC 2>/dev/null $TMPDIR/$$.c -o $TMPDIR/$$.bin $opt
|
||||
RET=$?
|
||||
rm -f $TMPDIR/$$.{c,bin}
|
||||
return $RET
|
||||
}
|
||||
|
||||
# Check compiler header
|
||||
|
|
Loading…
Add table
Reference in a new issue