Skip to content

Commit

Permalink
Explicitly import Libdl
Browse files Browse the repository at this point in the history
JuliaLang/julia#25459 moved `Libdl` to the stdlib, which means that we need to explicitly import it now before we can do things like `Libdl.dlopen()`.
  • Loading branch information
staticfloat committed Jan 15, 2018
1 parent ebf3908 commit 0ae2146
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using Compat
if VERSION >= v"0.7.0-DEV.3382"
import Libdl
end

need_to_build_manually = true

Expand Down

0 comments on commit 0ae2146

Please sign in to comment.