summaryrefslogtreecommitdiff
path: root/packages/pthreads/fpmake.pp
diff options
context:
space:
mode:
authorjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-01-10 18:34:21 +0000
committerjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-01-10 18:34:21 +0000
commita855a2ae42fecf2954addec11ee336316f9b52de (patch)
treeb6376ebb5c1b77e0418daf6a6f2e08f97a6d995b /packages/pthreads/fpmake.pp
parent581ce5acbc1988f80ffa5bc7623cbd0d3c8174a5 (diff)
downloadfpc-a855a2ae42fecf2954addec11ee336316f9b52de.tar.gz
* Set for which os'es the packages have to be compiled for those packages that do not compile on Windows
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20040 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/pthreads/fpmake.pp')
-rw-r--r--packages/pthreads/fpmake.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/pthreads/fpmake.pp b/packages/pthreads/fpmake.pp
index 88695da141..c59f480c56 100644
--- a/packages/pthreads/fpmake.pp
+++ b/packages/pthreads/fpmake.pp
@@ -17,6 +17,7 @@ begin
P.Directory:='pthreads';
{$endif ALLPACKAGES}
P.Version:='2.7.1';
+ P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux];
P.SourcePath.Add('src');
P.IncludePath.Add('src');