Browse Source

turn off gdbint for MorphOS

git-svn-id: trunk@24750 -
Károly Balogh 12 years ago
parent
commit
b2729613c2
1 changed files with 1 additions and 1 deletions
  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];