Skip to content

Commit

Permalink
Check for errors before codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
hermantb committed Nov 8, 2023
1 parent fc8c018 commit be8f894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tccmacho.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit be8f894

Please sign in to comment.