Skip to content

Commit a262262

Browse files
authored
Import runshell from BinaryBuilderBase (#881)
1 parent 6f245b2 commit a262262

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BinaryBuilder.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export ArchiveSource, FileSource, GitSource, DirectorySource
3030
# Auditor.jl
3131
export audit, collect_files, collapse_symlinks
3232

33+
# Import some useful stuff from BinaryBuilderBase
34+
import BinaryBuilderBase: runshell
35+
3336
include("Auditor.jl")
3437
include("Wizard.jl")
3538

0 commit comments

Comments
 (0)