Browse Source

turn off gdbint for MorphOS

git-svn-id: trunk@24750 -
Károly Balogh 12 năm trước cách đây
mục cha
commit
b2729613c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];