Sfoglia il codice sorgente

* Fixed directory-setting in fpmake.pp

git-svn-id: trunk@18801 -
joost 14 anni fa
parent
commit
25cb482572
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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';