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);
|
fclose(fp);
|
||||||
#ifdef CONFIG_CODESIGN
|
#ifdef CONFIG_CODESIGN
|
||||||
{
|
if (!ret) {
|
||||||
char command[1024];
|
char command[1024];
|
||||||
int retval;
|
int retval;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue