Skip to content

Commit

Permalink
fix missing Libdl
Browse files Browse the repository at this point in the history
see jump-dev/CPLEX.jl#160 for inspiration
  • Loading branch information
rschwarz committed Jan 17, 2018
1 parent a1357b7 commit 55e5c66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
using BinDeps

if VERSION >= v"0.7.0-DEV.3382"
using Libdl
end

include("csip_version.jl")

CSIP_URL = "https://github.com/SCIP-Interfaces/CSIP/archive/v$(CSIP_VERSION).zip"
Expand Down

0 comments on commit 55e5c66

Please sign in to comment.