We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf3767 commit 4131822Copy full SHA for 4131822
deps/build.jl
@@ -1,4 +1,5 @@
1
using Compat
2
+import BinDeps: download_cmd, unpack_cmd, splittarpath
3
if is_apple()
4
using Homebrew
5
end
@@ -14,7 +15,6 @@ if gitver == "notfound"
14
15
# depend on Homebrew.jl on mac and it needs a working git to function
16
error("Working git not found on path, try running\nPkg.build(\"Homebrew\")")
17
- import BinDeps: download_cmd, unpack_cmd, splittarpath
18
baseurl = ""
19
filename = ""
20
if is_linux() && Sys.ARCH === :x86_64
0 commit comments