|
@@ -57,7 +57,7 @@ begin
|
|
SharedLibFiles.doubles:=true;
|
|
SharedLibFiles.doubles:=true;
|
|
StaticLibFiles.doubles:=true;
|
|
StaticLibFiles.doubles:=true;
|
|
// set arm9 as default apptype
|
|
// set arm9 as default apptype
|
|
- if (apptype <> app_arm9) or (apptype <> app_arm7) then
|
|
|
|
|
|
+ if (apptype <> app_arm9) and (apptype <> app_arm7) then
|
|
apptype:=app_arm9;
|
|
apptype:=app_arm9;
|
|
end;
|
|
end;
|
|
|
|
|