Browse Source

* Remove targets go32 and nativent, missing syncobjs unit for those platforms (bug ID 32305)

git-svn-id: trunk@37001 -
michael 8 years ago
parent
commit
608aad5dd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-process/fpmake.pp

+ 1 - 1
packages/fcl-process/fpmake.pp

@@ -25,7 +25,7 @@ begin
     P.Description := 'Process (execution) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
     P.Options.Add('-S2h');
     P.NeedLibC:= false;
-    P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
+    P.OSes:=AllOSes-[embedded,msdos,win16,go32v2,nativent,macos,palmos];
 
     P.SourcePath.Add('src');
     P.IncludePath.Add('src/unix',AllUnixOSes);