Skip to content

Commit

Permalink
clean up after failing to use BinaryProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Jun 17, 2018
1 parent be6704d commit f589a46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/build.jl
Expand Up @@ -40,6 +40,9 @@ else
install(url, tarball_hash; prefix=prefix, force=true, verbose=verbose)
unsatisfied = any(!satisfied(p; verbose=verbose) for p in products)
end
if unsatisfied
rm(joinpath(@__DIR__, "usr"); force=true, recursive=true)
end
end

if unsatisfied || forcecompile
Expand Down

0 comments on commit f589a46

Please sign in to comment.