Dont require gen_header if not expected to be generated
This commit is contained in:
parent
f4a6a4586f
commit
28b575e364
@ -526,5 +526,7 @@ env.AddPlatformTarget("uploadfs", target_firm, upload_actions, "Upload Filesyste
|
||||
#
|
||||
# Default targets
|
||||
#
|
||||
|
||||
if target_gen_header is not None:
|
||||
Default([target_gen_header, target_buildprog, target_size])
|
||||
else:
|
||||
Default([target_buildprog, target_size])
|
||||
|
Loading…
x
Reference in New Issue
Block a user