We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252b77e commit c045552Copy full SHA for c045552
S/slope/build_tarballs.jl
@@ -1,10 +1,5 @@
1
using BinaryBuilder, Pkg
2
3
-# See https://github.com/JuliaLang/Pkg.jl/issues/2942
4
-# Once this Pkg issue is resolved, this must be removed
5
-uuid = Base.UUID("a83860b7-747b-57cf-bf1f-3e79990d037f")
6
-delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid)
7
-
8
const YGGDRASIL_DIR = "../.."
9
include(joinpath(YGGDRASIL_DIR, "platforms", "macos_sdks.jl"))
10
0 commit comments