HashLoad / boss

Dependency Manager for Delphi and Lazarus
https://t.me/hashload
MIT License
517 stars 95 forks source link

Setting search paths relative to project path #115

Closed lmbelo closed 1 year ago

lmbelo commented 2 years ago

Packages might not be located in the root folder of the repository. We should set paths relative to the project path, instead of the repository root path.

Ex:

root 
├── source
│   ├── myfile.pas
├── packages
│   ├── mypackage.dproj
lmbelo commented 2 years ago

Let me know if you need any adjustment or anything else.