Closed s2maki closed 6 years ago
get(ENV, "FORCE_BUILD", false) should be get(ENV, "FORCE_BUILD", "false") in deps/build.jl
get(ENV, "FORCE_BUILD", false)
get(ENV, "FORCE_BUILD", "false")
@quinnj, this seems right to me, but I haven't worked on the deps/build.jl code. Can you take a look?
get(ENV, "FORCE_BUILD", false)
should beget(ENV, "FORCE_BUILD", "false")
in deps/build.jl