mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:09:46 +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
|
||||
begin
|
||||
if CheckUnitDir(FPMKUnitDeps[i].package,DepDir) then
|
||||
AddOption(maybequoted('-Fu'+DepDir))
|
||||
AddOption('-Fu'+DepDir)
|
||||
else
|
||||
Error(SErrMissingInstallPackage,[FPMKUnitDeps[i].package]);
|
||||
if FPMKUnitDeps[i].def<>'' then
|
||||
|
Loading…
Reference in New Issue
Block a user