Pārlūkot izejas kodu

- removed solaris from the SqliteOSes, because ibconnection is not
compiled for that target (which is unrelated to SQLite, but that
set is also used to determine whether or not to compile fbindexdb,
which depends on that unit -- please fix the dependencies properly
when adding new units)

git-svn-id: trunk@20668 -

Jonas Maebe 13 gadi atpakaļ
vecāks
revīzija
cbc30a68ae
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/fpindexer/fpmake.pp

+ 1 - 1
packages/fpindexer/fpmake.pp

@@ -8,7 +8,7 @@ uses fpmkunit;
 procedure add_fpindexer;
 Const
   SqldbConnectionOSes = [beos,linux,freebsd,win32,win64,wince,darwin,iphonesim,netbsd,openbsd];
-  SqliteOSes          = [beos,haiku,linux,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,win32,wince];
+  SqliteOSes          = [beos,haiku,linux,freebsd,darwin,iphonesim,netbsd,openbsd,win32,wince];
     
 Var
   T : TTarget;