Improv detection of build changes

This commit is contained in:
Ivan Kravets
2015-06-04 22:50:13 +03:00
parent 8c331df105
commit 36cdbb8f0c
4 changed files with 52 additions and 10 deletions

View File

@@ -167,6 +167,10 @@ def get_projectsrc_dir():
)
def get_projectlib_dir():
return join(get_project_dir(), "lib")
def get_pioenvs_dir():
return _get_projconf_option_dir(
"envs_dir",