Apple codesign follies: need more flags

This commit is contained in:
John Reiser
2013-03-07 19:47:44 -08:00
parent 76e3f4eb92
commit b515fa39ec
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -56,7 +56,8 @@
MH_BUNDLE = 8 /* dynamically bound bundle file */
};
enum { // flags
MH_NOUNDEFS = 1
MH_NOUNDEFS = 1,
MH_DYLDLINK = 4 /* code signing demands this */
};
#endif /*}*/