mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 11:57:48 +08:00
chore(lvconf_gen): generate empty lv_conf.h if it doesn't exist (#8885)
This commit is contained in:
@@ -162,7 +162,6 @@ def generate_config(config_name: str) -> None:
|
||||
|
||||
output_path = os.path.join(build_dir, "lv_conf.h")
|
||||
generate_script = os.path.join(lvgl_root_dir, "scripts", "generate_lv_conf.py")
|
||||
shutil.copy(template_path, output_path)
|
||||
|
||||
cmd = [
|
||||
sys.executable,
|
||||
|
||||
Reference in New Issue
Block a user