mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 01:50:58 +02:00
change(tools): Fix pre-commit checks for tools.py
This commit is contained in:
@@ -646,7 +646,7 @@ def ensure_build_directory(
|
|||||||
cache_path = os.path.join(build_dir, 'CMakeCache.txt')
|
cache_path = os.path.join(build_dir, 'CMakeCache.txt')
|
||||||
cache = _parse_cmakecache(cache_path) if os.path.exists(cache_path) else {}
|
cache = _parse_cmakecache(cache_path) if os.path.exists(cache_path) else {}
|
||||||
|
|
||||||
args.define_cache_entry.append(f'CCACHE_ENABLE={args.ccache:d}')
|
args.define_cache_entry.append(f'CCACHE_ENABLE={args.ccache}')
|
||||||
|
|
||||||
cache_cmdl = _parse_cmdl_cmakecache(args.define_cache_entry)
|
cache_cmdl = _parse_cmdl_cmakecache(args.define_cache_entry)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user