Skip to content

Commit

Permalink
Update SConstruct
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Locurcio <[email protected]>
  • Loading branch information
dustdfg and Calinou authored Nov 16, 2024
1 parent 0c86a6f commit 9d59228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ if unknown_opts:
for p in foreign_platform_opts:
if foreign_platform_opts[p]:
print_warning(
f'Following SCons variables aren\'t defined for "{env["platform"]}" platform but defined for "{p}" platform and will be ignored:'
f'The following SCons variables aren\'t defined for the "{env["platform"]}" platform, but are defined for the "{p}" platform instead. These variables will be ignored:'
+ "".join([f"\n\t{key} = {value}" for key, value in foreign_platform_opts[p].items()])
)

Expand Down

0 comments on commit 9d59228

Please sign in to comment.