mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
src: remove non-working PackMachPPC32 from PackMaster
This commit is contained in:
@ -217,9 +217,8 @@ Packer *PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
|
||||
D(PackSys);
|
||||
D(PackCom);
|
||||
|
||||
// Mach (MacOS X PowerPC)
|
||||
// Mach (macOS)
|
||||
D(PackDylibAMD64);
|
||||
D(PackMachPPC32);
|
||||
D(PackMachI386);
|
||||
D(PackMachAMD64);
|
||||
D(PackMachARMEL);
|
||||
|
Reference in New Issue
Block a user