feat: custom lib directories

This commit is contained in:
iff 2024-12-10 02:33:02 +01:00
parent 443460a81e
commit 3c4e2b06bd
4 changed files with 108 additions and 27 deletions

View file

@ -5,6 +5,13 @@ All notable changes to components of this project since 0.5.14 will be documente
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Compile-time and runtime environment variable `_PR_LIB` specifying `lib` directories for storing modules, separated by `:`
- When not provided, it will search in `PATH`
## [0.6.2] - 2024-12-10
### Added