Browse Source

* Fixed type in construction of GlobalUnitDir parameter

git-svn-id: trunk@34747 -
joost 8 years ago
parent
commit
9097484f37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fppkg/src/pkgfpmake.pp

+ 1 - 1
packages/fppkg/src/pkgfpmake.pp

@@ -374,7 +374,7 @@ begin
               CondAddOption('--searchpath', BaseInstDir);
               CondAddOption('--searchpath', BaseInstDir);
               if LocalUnitDir='' then
               if LocalUnitDir='' then
                 LocalUnitDir := BaseInstDir
                 LocalUnitDir := BaseInstDir
-              else if GlobalUnitDir='' then;
+              else if GlobalUnitDir='' then
                 GlobalUnitDir := BaseInstDir;
                 GlobalUnitDir := BaseInstDir;
             end;
             end;
         end;
         end;