Fix codesign for Mac OS X.

This commit is contained in:
John Reiser
2013-01-24 15:28:21 -08:00
parent 47d5792d97
commit 5977c296bd
2 changed files with 49 additions and 36 deletions
+2 -2
View File
@@ -613,8 +613,8 @@ protected:
Mach_header mhdro;
Mach_segment_command segZERO;
Mach_segment_command segMHDR;
Mach_section_command secMHDR;
Mach_segment_command segXHDR; // location to put eXtra headers
Mach_section_command secXHDR;
Mach_segment_command segTEXT;
Mach_section_command secTEXT;
Mach_segment_command segLINK;