mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 12:40:25 +02:00
* Fixed type in construction of GlobalUnitDir parameter
git-svn-id: trunk@34747 -
This commit is contained in:
parent
781d6f31a8
commit
9097484f37
@ -374,7 +374,7 @@ begin
|
||||
CondAddOption('--searchpath', BaseInstDir);
|
||||
if LocalUnitDir='' then
|
||||
LocalUnitDir := BaseInstDir
|
||||
else if GlobalUnitDir='' then;
|
||||
else if GlobalUnitDir='' then
|
||||
GlobalUnitDir := BaseInstDir;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user