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 authored Jan 15, 2018
1 parent ebf3908 commit a3312b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Compat
import Libdl

need_to_build_manually = true

Expand Down

0 comments on commit a3312b2

Please sign in to comment.