File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44# Use LazyArtifacts in this case.
55# Fixed in https://github.com/JuliaLang/Pkg.jl/pull/2920
66
7- push! (Base. LOAD_PATH , " @stdlib " )
7+ push! (Base. LOAD_PATH , dirname ( @__DIR__ ) )
88using TOML, Artifacts, Base. BinaryPlatforms
99include (" ./platform_augmentation.jl" )
1010artifacts_toml = joinpath (dirname (@__DIR__ ), " Artifacts.toml" )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ MPItrampoline_jll = "f1f71cc9-e9ae-5b93-9b94-4fe0e1ad3748"
1313MicrosoftMPI_jll = " 9237b28f-5490-5468-be7b-bb81f5f5e6cf"
1414Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1515Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
16+ TOML = " fa267f1f-6049-4f14-aa54-33bafae1ed76"
1617
1718[compat ]
1819JLLWrappers = " 1.4.0"
You can’t perform that action at this time.
0 commit comments