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.
products_info
1 parent 28202b9 commit 8b524deCopy full SHA for 8b524de
src/AutoBuild.jl
@@ -1175,7 +1175,7 @@ function build_jll_package(src_name::String,
1175
dependencies = Dependency[d for d in dependencies if is_runtime_dependency(d)]
1176
1177
platforms = keys(build_output_meta)
1178
- products_info = Dict{Product,Any}
+ products_info = Dict{Product,Any}()
1179
for platform in sort(collect(platforms), by = triplet)
1180
if verbose
1181
@info("Generating jll package for $(triplet(platform)) in $(code_dir)")
0 commit comments