mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-24 03:40:09 +08:00
Check for errors before codesign
This commit is contained in:
parent
fc8c01861b
commit
be8f894710
@ -2235,7 +2235,7 @@ ST_FUNC int macho_output_file(TCCState *s1, const char *filename)
|
||||
|
||||
fclose(fp);
|
||||
#ifdef CONFIG_CODESIGN
|
||||
{
|
||||
if (!ret) {
|
||||
char command[1024];
|
||||
int retval;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user