Recover unnecessary command stripping

This commit is contained in:
vit9696 2019-03-23 18:03:07 +03:00
parent d8d3e75896
commit 73a2be7637

View File

@ -1498,7 +1498,7 @@ InternalPrelinkKext64 (
//
// Strip superfluous Load Commands.
//
//InternalStripLoadCommands64 (MachHeader);
InternalStripLoadCommands64 (MachHeader);
//
// Reinitialize the Mach-O context to account for the changed __LINKEDIT
// segment and file size.