platformio/platformio-core
View on GitHubsymlinks in platformio.ini should you pre-binding to path instead of late binding to path
Open
#5,201 opened on Jul 1, 2025
help wantedpackage management
Repository metrics
- Stars
- (7,329 stars)
- PR merge metrics
- (Avg merge 109d 16h) (5 merged PRs in 30d)
Description
In platformio.ini symlinks to forward relative paths must be used
For example
libs_deps=FastLED:symlink://.
If .. is used then that path resolves to a directory in the ~/.platform directory structure.
Suggested Fix
Paths should early bind to the symlink target and the path to should passed back to the backend in absolute path form.