Skip to content

Commit 0efb733

Browse files
try passing platform in
1 parent 16e59be commit 0efb733

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
@@ -716,7 +716,7 @@ function setup_dependencies(prefix::Prefix,
716716
@show stdlib_pkgspecs
717717
# Re-install stdlib dependencies, but this time with `julia_version = nothing`
718718
if !isempty(stdlib_pkgspecs)
719-
Pkg_add(stdlib_pkgspecs; io=outs, julia_version=nothing)
719+
Pkg_add(stdlib_pkgspecs; io=outs, platform=platform, julia_version=nothing)
720720
end
721721

722722
# Load their Artifacts.toml files

0 commit comments

Comments
 (0)