Skip to content

Commit

Permalink
Fix use of Compat.Pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Feb 2, 2018
1 parent 21362c3 commit 25e112d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ using BinDeps
using Compat
import Compat.Libdl
import Compat.Sys
using Pkg
import Compat.Pkg

@BinDeps.setup

using Compat

# check for cairo version
function validate_cairo_version(name,handle)
f = Libdl.dlsym_e(handle, "cairo_version")
Expand Down

0 comments on commit 25e112d

Please sign in to comment.