Explorar o código

* fpmake now builds gdbint for the same targets as fpcmake does

git-svn-id: trunk@19990 -
joost %!s(int64=13) %!d(string=hai) anos
pai
achega
073688f7cb
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/gdbint/fpmake.pp

+ 2 - 0
packages/gdbint/fpmake.pp

@@ -133,6 +133,8 @@ begin
     P.Description := 'Interface to libgdb, the GDB debugger in library format';
     P.NeedLibC:= true;  // true for headers that indirectly link to libc?
 
+    P.OSes:=[beos,haiku,freebsd,netbsd,openbsd,linux,win32,win64,go32v2];
+
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');