Skip to content

Commit 1485740

Browse files
authored
Merge pull request #97 from JuliaMath/kc/clean
clean up after failing to use BinaryProvider
2 parents be6704d + 2a52e05 commit 1485740

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/build.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ else
4040
install(url, tarball_hash; prefix=prefix, force=true, verbose=verbose)
4141
unsatisfied = any(!satisfied(p; verbose=verbose) for p in products)
4242
end
43+
if unsatisfied
44+
rm(joinpath(@__DIR__, "usr", "lib"); force=true, recursive=true)
45+
end
4346
end
4447

4548
if unsatisfied || forcecompile

0 commit comments

Comments
 (0)