mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
use build env folder for dummy sdkconfig.h (#24684)
This commit is contained in:
@@ -35,7 +35,7 @@ def _run_dump():
|
||||
output_file.parent.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
# Working dir for the sdkconfig.h stub.
|
||||
stub_parent = project_dir / "build_output"
|
||||
stub_parent = pathlib.Path(env.subst("$BUILD_DIR"))
|
||||
stub_parent.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
cxx = env.subst("$CXX")
|
||||
|
||||
Reference in New Issue
Block a user