浏览代码

* Fixed directory-setting in fpmake.pp

git-svn-id: trunk@18801 -
joost 14 年之前
父节点
当前提交
25cb482572
共有 1 个文件被更改,包括 1 次插入1 次删除
  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';