mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 17:49:25 +02:00
* Fixed problem with spaces in path of add-ins (maybequoted was called twice)
git-svn-id: trunk@16936 -
This commit is contained in:
parent
445dd5fc91
commit
27b6b908f1
@ -195,7 +195,7 @@ begin
|
|||||||
if FPMKUnitDeps[i].available then
|
if FPMKUnitDeps[i].available then
|
||||||
begin
|
begin
|
||||||
if CheckUnitDir(FPMKUnitDeps[i].package,DepDir) then
|
if CheckUnitDir(FPMKUnitDeps[i].package,DepDir) then
|
||||||
AddOption(maybequoted('-Fu'+DepDir))
|
AddOption('-Fu'+DepDir)
|
||||||
else
|
else
|
||||||
Error(SErrMissingInstallPackage,[FPMKUnitDeps[i].package]);
|
Error(SErrMissingInstallPackage,[FPMKUnitDeps[i].package]);
|
||||||
if FPMKUnitDeps[i].def<>'' then
|
if FPMKUnitDeps[i].def<>'' then
|
||||||
|
Loading…
Reference in New Issue
Block a user