Check for errors before codesign
This commit is contained in:
parent
fc8c01861b
commit
be8f894710
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue