Skip to content

Commit ec172f4

Browse files
authored
list supported triplets in --help (#1205)
1 parent 2082d9e commit ec172f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AutoBuild.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ const BUILD_HELP = (
116116
julia build_tarballs.jl x86_64-linux-gnu,i686-linux-gnu
117117
This builds two tarballs for the two platforms given, with a
118118
minimum of output messages.
119+
120+
Supported Platforms:
121+
$(join(map(triplet, supported_platforms()), "\n "))
119122
"""
120123
)
121124

0 commit comments

Comments
 (0)