Remove deep forced code signing option
This option should no longer be needed for anything.
This commit is contained in:
parent
d78b31d34e
commit
82a1a400d9
1 changed files with 0 additions and 2 deletions
|
@ -2973,7 +2973,6 @@
|
|||
"-D__MACOSX__",
|
||||
"-DHAVE_CONFIG_H",
|
||||
);
|
||||
OTHER_CODE_SIGN_FLAGS = "--deep -f";
|
||||
OTHER_LDFLAGS = (
|
||||
"-weak_framework",
|
||||
CogAudio,
|
||||
|
@ -3026,7 +3025,6 @@
|
|||
"-D__MACOSX__",
|
||||
"-DHAVE_CONFIG_H",
|
||||
);
|
||||
OTHER_CODE_SIGN_FLAGS = "--deep -f";
|
||||
OTHER_LDFLAGS = (
|
||||
"-weak_framework",
|
||||
CogAudio,
|
||||
|
|
Loading…
Reference in a new issue