PackMachFat

This commit is contained in:
John Reiser
2007-02-05 14:00:41 -08:00
parent a545a3938f
commit f27b399f81
5 changed files with 179 additions and 6 deletions
+3 -1
View File
@@ -244,7 +244,9 @@ Packer* PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
}
if ((p = func(new PackBSDI386(f), user)) != NULL)
return p;
if ((p = func(new PackLinuxI386(f), user)) != NULL)
if ((p = func(new PackMachFat(f), user)) != NULL) // cafebabe conflict
return p;
if ((p = func(new PackLinuxI386(f), user)) != NULL) // cafebabe conflict
return p;
//