fix(gen_json): fix bad LVGL header path (#6479)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user