mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 20:30:23 +02:00
* Added packages as pasckage dir, to be able to make install
git-svn-id: trunk@6678 -
This commit is contained in:
parent
77b51569d4
commit
3c1353cd4d
@ -1225,7 +1225,7 @@ implementation
|
||||
SetVariable('FPCDIR',s,false);
|
||||
{ PACKAGESDIR }
|
||||
if GetVariable('PACKAGESDIR',false)='' then
|
||||
SetVariable('PACKAGESDIR','$(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra',false);
|
||||
SetVariable('PACKAGESDIR','$(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra $(FPCDIR)/packages',false);
|
||||
{ UNITSDIR }
|
||||
if GetVariable('UNITSDIR',false)='' then
|
||||
SetVariable('UNITSDIR','$(FPCDIR)/units/$(FULLTARGET)',false);
|
||||
|
Loading…
Reference in New Issue
Block a user