1
0
Fork 0

Check for errors before codesign

This commit is contained in:
herman ten brugge 2023-11-08 21:08:54 +01:00
parent fc8c01861b
commit be8f894710
1 changed files with 1 additions and 1 deletions

View File

@ -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;