Skip to content

Commit

Permalink
Re-export expand_microarchitectures and os (#1192)
Browse files Browse the repository at this point in the history
[skip azurepipelines]
  • Loading branch information
giordano authored Mar 23, 2022
1 parent 3955444 commit 39b2307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BinaryBuilder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ using GitHub
using Pkg, Base.BinaryPlatforms, Pkg.Artifacts
using ghr_jll

# Re-export useful stuff from Pkg:
# Re-export useful stuff from Base.BinaryPlatforms:
export HostPlatform, platform_dlext, valid_dl_path, arch, libc, nbits,
libgfortran_version, libstdcxx_version, cxxstring_abi, detect_libgfortran_version,
detect_libstdcxx_version, detect_cxxstring_abi, call_abi, wordsize, triplet,
select_platform, platforms_match, AbstractPlatform, Platform
select_platform, platforms_match, AbstractPlatform, Platform, os
# BinaryBuilderBase/src/Prefix.jl
export Prefix, bindir, libdirs, includedir, logdir, activate, deactivate,
isinstalled, install, uninstall, list_tarball_files, verify, temp_prefix
# BinaryBuilderBase/src/Rootfs.jl
export supported_platforms, expand_gfortran_versions, expand_cxxstring_abis
export supported_platforms, expand_gfortran_versions, expand_cxxstring_abis, expand_microarchitectures
# BinaryBuilderBase/src/Platforms.jl
export AnyPlatform
# BinaryBuilderBase/src/Products.jl
Expand Down

0 comments on commit 39b2307

Please sign in to comment.