Skip to content

Commit 39b2307

Browse files
authored
Re-export expand_microarchitectures and os (#1192)
[skip azurepipelines]
1 parent 3955444 commit 39b2307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BinaryBuilder.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ using GitHub
66
using Pkg, Base.BinaryPlatforms, Pkg.Artifacts
77
using ghr_jll
88

9-
# Re-export useful stuff from Pkg:
9+
# Re-export useful stuff from Base.BinaryPlatforms:
1010
export HostPlatform, platform_dlext, valid_dl_path, arch, libc, nbits,
1111
libgfortran_version, libstdcxx_version, cxxstring_abi, detect_libgfortran_version,
1212
detect_libstdcxx_version, detect_cxxstring_abi, call_abi, wordsize, triplet,
13-
select_platform, platforms_match, AbstractPlatform, Platform
13+
select_platform, platforms_match, AbstractPlatform, Platform, os
1414
# BinaryBuilderBase/src/Prefix.jl
1515
export Prefix, bindir, libdirs, includedir, logdir, activate, deactivate,
1616
isinstalled, install, uninstall, list_tarball_files, verify, temp_prefix
1717
# BinaryBuilderBase/src/Rootfs.jl
18-
export supported_platforms, expand_gfortran_versions, expand_cxxstring_abis
18+
export supported_platforms, expand_gfortran_versions, expand_cxxstring_abis, expand_microarchitectures
1919
# BinaryBuilderBase/src/Platforms.jl
2020
export AnyPlatform
2121
# BinaryBuilderBase/src/Products.jl

0 commit comments

Comments
 (0)