We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956ebb4 commit bf63350Copy full SHA for bf63350
src/wizard/deploy.jl
@@ -29,6 +29,7 @@ function print_build_tarballs(io::IO, state::WizardState)
29
products_string = "Product[\n]"
30
else
31
stuff = collect(zip(state.files, state.file_kinds, state.file_varnames))
32
+ sort!(stuff, by = x -> x[2], lt=(x,y)-> (x == :library || y ==:other))
33
products_string = "[\n " * join(map(stuff) do x
34
file, kind, varname = x
35
0 commit comments