use build env folder for dummy sdkconfig.h (#24684)

This commit is contained in:
Jason2866
2026-04-26 13:48:42 +02:00
committed by GitHub
parent a0e6bf79e1
commit 358c15f7a8
+1 -1
View File
@@ -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")