mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* pass --localunitdir and --globalunitdir to fpmake
git-svn-id: trunk@9121 -
This commit is contained in:
parent
14b583455c
commit
c345118331
File diff suppressed because it is too large
Load Diff
@ -263,6 +263,11 @@ begin
|
||||
OOptions:=OOptions+' --baseinstalldir='+Options.GlobalInstallDir
|
||||
else
|
||||
OOptions:=OOptions+' --baseinstalldir='+Options.LocalInstallDir;
|
||||
if Options.LocalInstallDir<>'' then
|
||||
OOptions:=OOptions+' --localunitdir='+Options.LocalInstallDir+
|
||||
'units'+PathDelim+MakeTargetString(Options.CompilerCPU,Options.CompilerOS);
|
||||
OOptions:=OOptions+' --globalunitdir='+Options.GlobalInstallDir+
|
||||
'units'+PathDelim+MakeTargetString(Options.CompilerCPU,Options.CompilerOS);
|
||||
{ Run FPMake }
|
||||
FPMakeBin:='fpmake'+ExeExt;
|
||||
SetCurrentDir(PackageBuildPath);
|
||||
|
Loading…
Reference in New Issue
Block a user