mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-13 05:10:07 +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);
|
fclose(fp);
|
||||||
#ifdef CONFIG_CODESIGN
|
#ifdef CONFIG_CODESIGN
|
||||||
{
|
if (!ret) {
|
||||||
char command[1024];
|
char command[1024];
|
||||||
int retval;
|
int retval;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user