Skip to content

Commit 288ff70

Browse files
authored
Merge pull request #59 from episource/feature/advertise-upload-target
Advertise `upload` target as platform target / Fix Jetbrains Clion upload integration
2 parents 52853c4 + 12d21e4 commit 288ff70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def _jlink_cmd_script(env, source):
676676
if not upload_actions:
677677
sys.stderr.write("Warning! Unknown upload protocol %s\n" % upload_protocol)
678678

679-
AlwaysBuild(env.Alias("upload", upload_source, upload_actions))
679+
AlwaysBuild(env.AddPlatformTarget("upload", upload_source, upload_actions, "Default Upload"))
680680
env.AddPlatformTarget("uploadfs", target_firm, upload_actions, "Upload Filesystem Image")
681681
#
682682
# Default targets

0 commit comments

Comments
 (0)