mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 03:25:28 +08:00
fix(gen_json): fix bad LVGL header path (#6479)
This commit is contained in:
@@ -362,7 +362,7 @@ if __name__ == '__main__':
|
||||
"using this feature."
|
||||
),
|
||||
action="store",
|
||||
default=os.path.join(temp_directory, "lvgl.h")
|
||||
default=os.path.join(temp_directory, "lvgl", "lvgl.h")
|
||||
)
|
||||
parser.add_argument(
|
||||
'--filter-private',
|
||||
|
||||
Reference in New Issue
Block a user