mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 11:49:22 +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);
|
SetVariable('FPCDIR',s,false);
|
||||||
{ PACKAGESDIR }
|
{ PACKAGESDIR }
|
||||||
if GetVariable('PACKAGESDIR',false)='' then
|
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 }
|
{ UNITSDIR }
|
||||||
if GetVariable('UNITSDIR',false)='' then
|
if GetVariable('UNITSDIR',false)='' then
|
||||||
SetVariable('UNITSDIR','$(FPCDIR)/units/$(FULLTARGET)',false);
|
SetVariable('UNITSDIR','$(FPCDIR)/units/$(FULLTARGET)',false);
|
||||||
|
Loading…
Reference in New Issue
Block a user