소스 검색

* 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';