mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 23:25:56 +02:00
codetools: fixed directory separator of unit path of the packages dir
git-svn-id: trunk@11257 -
This commit is contained in:
parent
72e8b7d4b3
commit
e9f2123983
@ -4031,7 +4031,7 @@ begin
|
||||
DirTempl.AddChild(TDefineTemplate.Create('main path addition',
|
||||
Format(ctsAddsDirToSourcePath,[ctsLazarusMainDirectory]),
|
||||
SrcPathMacroName,
|
||||
'../ide;'+SrcPath
|
||||
d('../ide;'+SrcPath)
|
||||
,da_Define));
|
||||
DirTempl.AddChild(TDefineTemplate.Create('components path addition',
|
||||
Format(ctsAddsDirToSourcePath,['synedit']),
|
||||
|
Loading…
Reference in New Issue
Block a user