Explorar o código

* add packages/ dir

git-svn-id: trunk@6658 -
peter %!s(int64=18) %!d(string=hai) anos
pai
achega
5fd1b3fb18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/fpcm/fpcmmain.pp

+ 1 - 1
utils/fpcm/fpcmmain.pp

@@ -1225,7 +1225,7 @@ implementation
         SetVariable('FPCDIR',s,false);
         { PACKAGESDIR }
         if GetVariable('PACKAGESDIR',false)='' then
-         SetVariable('PACKAGESDIR','$(FPCDIR)/packages/base $(FPCDIR)/packages/extra',false);
+         SetVariable('PACKAGESDIR','$(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra',false);
         { UNITSDIR }
         if GetVariable('UNITSDIR',false)='' then
          SetVariable('UNITSDIR','$(FPCDIR)/units/$(FULLTARGET)',false);