mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix issue with unknown dev/platform when symlink is used
This commit is contained in:
@ -364,7 +364,7 @@ class PkgInstallerMixin(object):
|
||||
if "version" not in manifest:
|
||||
manifest["version"] = "0.0.0"
|
||||
|
||||
manifest["__pkg_dir"] = pkg_dir
|
||||
manifest["__pkg_dir"] = realpath(pkg_dir)
|
||||
self.cache_set(cache_key, manifest)
|
||||
return manifest
|
||||
|
||||
|
Reference in New Issue
Block a user