mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +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:
|
if "version" not in manifest:
|
||||||
manifest["version"] = "0.0.0"
|
manifest["version"] = "0.0.0"
|
||||||
|
|
||||||
manifest["__pkg_dir"] = pkg_dir
|
manifest["__pkg_dir"] = realpath(pkg_dir)
|
||||||
self.cache_set(cache_key, manifest)
|
self.cache_set(cache_key, manifest)
|
||||||
return manifest
|
return manifest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user