lazbuild: write primary config path

git-svn-id: trunk@36302 -
This commit is contained in:
mattias 2012-03-24 22:27:13 +00:00
parent 93bcb0ea8b
commit daa3ae215f

View File

@ -833,7 +833,8 @@ begin
if fInitialized then exit(fInitResult);
fInitResult:=false;
fInitialized:=true;
debugln(['primary config path: ',GetPrimaryConfigPath]);
CreatePrimaryConfigPath;
MainBuildBoss:=TBuildManager.Create(nil);