mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 23:49:49 +00:00
Update PIO dependencies script
This commit is contained in:
parent
35597ae336
commit
e44a97a096
1 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,8 @@ def search_compiler():
|
|||
for filepath in os.listdir(pathdir):
|
||||
if not filepath.endswith(gcc):
|
||||
continue
|
||||
|
||||
# Use entire path to not rely on env PATH
|
||||
filepath = os.path.sep.join([pathdir, filepath])
|
||||
# Cache the g++ path to no search always
|
||||
if os.path.exists(ENV_BUILD_PATH):
|
||||
blab('Caching g++ for current env')
|
||||
|
|
Loading…
Reference in a new issue