Skip to content

Commit 124bd71

Browse files
authored
Re-export nbits() from BinaryBuilderBase (#984)
This is useful in the same way as libc, arch, etc. are
1 parent 897af55 commit 124bd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BinaryBuilder.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using Pkg, Base.BinaryPlatforms, Pkg.Artifacts
77
using ghr_jll
88

99
# Re-export useful stuff from Pkg:
10-
export HostPlatform, platform_dlext, valid_dl_path, arch, libc,
10+
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,
1313
select_platform, platforms_match, AbstractPlatform, Platform

0 commit comments

Comments
 (0)