Browse Source

* Fixed directory-setting in fpmake.pp

git-svn-id: trunk@18801 -
joost 14 years ago
parent
commit
25cb482572
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-stl/fpmake.pp

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

@@ -14,7 +14,7 @@ begin
 
     P:=AddPackage('fcl-stl');
 {$ifdef ALLPACKAGES}
-    P.Directory:='fcl-async';
+    P.Directory:='fcl-stl';
 {$endif ALLPACKAGES}
 
     P.Version:='2.7.1';