Skip to content

Commit 4131822

Browse files
committed
Fix import at top level on 0.4
1 parent 5bf3767 commit 4131822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Compat
2+
import BinDeps: download_cmd, unpack_cmd, splittarpath
23
if is_apple()
34
using Homebrew
45
end
@@ -14,7 +15,6 @@ if gitver == "notfound"
1415
# depend on Homebrew.jl on mac and it needs a working git to function
1516
error("Working git not found on path, try running\nPkg.build(\"Homebrew\")")
1617
end
17-
import BinDeps: download_cmd, unpack_cmd, splittarpath
1818
baseurl = ""
1919
filename = ""
2020
if is_linux() && Sys.ARCH === :x86_64

0 commit comments

Comments
 (0)