mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 11:08:00 +02:00
tests: fixed running tests on win64
git-svn-id: trunk@10977 -
This commit is contained in:
parent
8b9755db56
commit
e79be8cf20
@ -136,7 +136,7 @@ begin
|
||||
AssertTrue(LazBuildPath + ' does not exist', FileExists(LazBuildPath));
|
||||
LazBuild := TProcess.Create(nil);
|
||||
try
|
||||
{$IFDEF win32}
|
||||
{$IFDEF windows}
|
||||
LazBuild.Options := [poNewConsole];
|
||||
{$ELSE}
|
||||
LazBuild.Options := [poNoConsole];
|
||||
|
Loading…
Reference in New Issue
Block a user