git-svn-id: trunk@49248 -
@@ -57,7 +57,7 @@ begin
SharedLibFiles.doubles:=true;
StaticLibFiles.doubles:=true;
// 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;
end;