mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 09:43:41 +08:00
fix(gen_json): fix bad LVGL header path (#6479)
This commit is contained in:
parent
af041657aa
commit
58100f1d40
@ -362,7 +362,7 @@ if __name__ == '__main__':
|
|||||||
"using this feature."
|
"using this feature."
|
||||||
),
|
),
|
||||||
action="store",
|
action="store",
|
||||||
default=os.path.join(temp_directory, "lvgl.h")
|
default=os.path.join(temp_directory, "lvgl", "lvgl.h")
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--filter-private',
|
'--filter-private',
|
||||||
|
Loading…
Reference in New Issue
Block a user