Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
fix using Libdl (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Aug 17, 2018
1 parent cf1c76f commit f727ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Yeppp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module Yeppp
# @unix_only const libyeppp = "libyeppp"
# @windows_only const libyeppp = "yeppp"

using Libdl # BinDeps injects a dependency on Libdl

if isfile(joinpath(dirname(@__FILE__),"..","deps","deps.jl"))
include("../deps/deps.jl")
else
Expand Down

0 comments on commit f727ee7

Please sign in to comment.