platformio/platformio-core
在 GitHub 查看symlinks in platformio.ini should you pre-binding to path instead of late binding to path
Open
#5,201 建立於 2025年7月1日
help wantedpackage management
倉庫指標
- Star
- (7,329 star)
- PR 合併指標
- (平均合併 109天 16小時) (30 天內合併 5 個 PR)
描述
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.