|
@@ -374,7 +374,7 @@ begin
|
|
CondAddOption('--searchpath', BaseInstDir);
|
|
CondAddOption('--searchpath', BaseInstDir);
|
|
if LocalUnitDir='' then
|
|
if LocalUnitDir='' then
|
|
LocalUnitDir := BaseInstDir
|
|
LocalUnitDir := BaseInstDir
|
|
- else if GlobalUnitDir='' then;
|
|
|
|
|
|
+ else if GlobalUnitDir='' then
|
|
GlobalUnitDir := BaseInstDir;
|
|
GlobalUnitDir := BaseInstDir;
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|