installer: Don't make 32 bit GDB mandatory
authorJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 08:45:44 +0000 (04:45 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 08:45:44 +0000 (04:45 -0400)
installer/src/installer.ec

index 6a14f87..7b3eaf1 100644 (file)
@@ -768,7 +768,7 @@ class Installer : Window
 
       if(component.mandatory)
       {
-         if(component.arch != bits32 || !osIS64bit || component == &coreSDK[gdb32])
+         if(component.arch != bits32 || !osIS64bit) // || component == &coreSDK[gdb32])
             componentsBox.SetDisabled(row, true);
          else
             component.selected = false;