Explorar o código

turn off gdbint for MorphOS

git-svn-id: trunk@24750 -
Károly Balogh %!s(int64=12) %!d(string=hai) anos
pai
achega
b2729613c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ide/fpmake.pp

+ 1 - 1
ide/fpmake.pp

@@ -143,7 +143,7 @@ begin
     P.Dependencies.Add('rtl');
     P.Dependencies.Add('fv');
     P.Dependencies.Add('chm');
-    P.Dependencies.Add('gdbint');
+    P.Dependencies.Add('gdbint',AllOSes-[morphos]);
     P.Dependencies.Add('graph',[go32v2]);
 
     P.SupportBuildModes:=[bmOneByOne];