You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).""")
1343
+
println(io, """
1344
+
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).
1345
+
""")
1345
1346
ifis_yggdrasil()
1346
1347
println(io, """
1347
1348
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/$(yggdrasil_head())/$(ENV["PROJECT"])/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.")
@@ -1351,10 +1352,11 @@ function build_jll_package(src_name::String,
1351
1352
If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).
1352
1353
""")
1353
1354
end
1354
-
println(io)
1355
-
println(io)
1356
-
println(io,"For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://docs.binarybuilder.org/stable/jll/).")
1357
-
println(io)
1355
+
println(io, """
1356
+
## Documentation
1357
+
1358
+
For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://docs.binarybuilder.org/stable/jll/).
1359
+
""")
1358
1360
iflength(sources) >0
1359
1361
# `sources` can be empty, and it is for some HelloWorld examples
0 commit comments