Skip to content

Commit

Permalink
DROP: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jul 3, 2019
1 parent 940abf5 commit fa1ef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using BinaryProvider # requires BinaryProvider 0.3.0 or later

# Parse some basic command-line arguments
const verbose = "--verbose" in ARGS
const verbose = true; #"--verbose" in ARGS
const prefix = Prefix(get([a for a in ARGS if a != "--verbose"], 1, joinpath(@__DIR__, "usr")))
products = [
LibraryProduct(prefix, ["libhdf5", "hdf5"], :libhdf5),
Expand Down

0 comments on commit fa1ef1c

Please sign in to comment.