Skip to content

Commit

Permalink
always write deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jun 18, 2019
1 parent 9bfe5ec commit c21b0e1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,10 @@ for dependency in dependencies
Mod.include(file)
end

# First, check to see if we're all satisfied
if any(!satisfied(p; verbose=verbose) for p in products)
# Finally, write out a deps.jl file
write_deps_file(joinpath(@__DIR__, "deps.jl"), products)
end
write_deps_file(joinpath(@__DIR__, "deps.jl"), products)

open("deps.jl", "a") do io
write(io, """
libversion() = $(repr(version))
libversion() = $(repr(version))
""")
end

0 comments on commit c21b0e1

Please sign in to comment.