mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-27 15:28:23 +02:00
Codetools: fixed compilation of tests after 977c3d1383
This commit is contained in:
parent
86d6abd65f
commit
a26e43f773
@ -79,7 +79,7 @@ begin
|
|||||||
if FPas2jsFilename<>'' then begin
|
if FPas2jsFilename<>'' then begin
|
||||||
if UnitSetCache=nil then begin
|
if UnitSetCache=nil then begin
|
||||||
UnitSetCache:=CodeToolBoss.CompilerDefinesCache.FindUnitSet(Pas2jsFilename,
|
UnitSetCache:=CodeToolBoss.CompilerDefinesCache.FindUnitSet(Pas2jsFilename,
|
||||||
'','','','',true);
|
'','','','','',true);
|
||||||
// parse compiler settings
|
// parse compiler settings
|
||||||
UnitSetCache.Init;
|
UnitSetCache.Init;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user