Skip to content

Commit 07224d9

Browse files
Update Prefix.jl
1 parent e8ba60b commit 07224d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Prefix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ function setup_dependencies(prefix::Prefix,
713713
push!(stdlib_pkgspecs, get_addable_spec(dep.name, dep.version; verbose))
714714
end
715715
end
716-
716+
@show stdlib_pkgspecs
717717
# Re-install stdlib dependencies, but this time with `julia_version = nothing`
718718
if !isempty(stdlib_pkgspecs)
719719
Pkg_add(stdlib_pkgspecs; io=outs, julia_version=nothing)

0 commit comments

Comments
 (0)