Skip to content

Commit

Permalink
Fix upgrade issue (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored and stevengj committed Jul 31, 2017
1 parent 804623a commit f7a05aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ using Compat
module DefaultDeps
if isfile("deps.jl")
include("deps.jl")
else
end
if !isdefined(:ROOTENV)
const ROOTENV = abspath(dirname(@__FILE__), "usr")
end
if !isdefined(:MINICONDA_VERSION)
const MINICONDA_VERSION = "2"
end
end
Expand Down

0 comments on commit f7a05aa

Please sign in to comment.