Skip to content

Commit

Permalink
Merge pull request #120 from JuliaPackaging/sf/import_libdl
Browse files Browse the repository at this point in the history
Explicitly import `Libdl`
  • Loading branch information
Keno authored Jan 29, 2018
2 parents f646d34 + 1c4c01b commit f7e7e89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BinaryBuilder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
module BinaryBuilder
using Compat
using Reexport

if VERSION >= v"0.7.0-DEV.3382"
import Libdl
end
@reexport using BinaryProvider

include("Auditor.jl")
Expand Down

0 comments on commit f7e7e89

Please sign in to comment.