Parcourir la source

* Fixed directory-setting in fpmake.pp

git-svn-id: trunk@18801 -
joost il y a 14 ans
Parent
commit
25cb482572
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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';