From 472c80159d77314835b1d6cb8fca78567a04df63 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 31 May 2022 21:59:24 +0300 Subject: [PATCH] Do not export common libdeps_dir --- platformio/project/helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio/project/helpers.py b/platformio/project/helpers.py index 2ddc68b3..abe2bf0e 100644 --- a/platformio/project/helpers.py +++ b/platformio/project/helpers.py @@ -50,7 +50,6 @@ def get_project_all_lib_dirs(): result = [ config.get("platformio", "globallib_dir"), config.get("platformio", "lib_dir"), - libdeps_dir, ] if not os.path.isdir(libdeps_dir): return result