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 36a1dc5 commit 8390fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BinaryBuilder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
module BinaryBuilder
using Compat
using Reexport
import Libdl
@reexport using BinaryProvider

include("Auditor.jl")
Expand Down

0 comments on commit 8390fcc

Please sign in to comment.