Skip to content

Commit

Permalink
Merge pull request #131 from JuliaWeb/jq/fixes
Browse files Browse the repository at this point in the history
Couple of fixes
  • Loading branch information
quinnj authored Mar 14, 2018
2 parents 21210b7 + 956db2b commit 4740344
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 985 deletions.
6 changes: 1 addition & 5 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ products = Product[
LibraryProduct(prefix, String["libmbedx509"], :libmbedx509),
]

const juliaprefix = try
dirname(Libdl.dlpath("libmbedtls"))
catch
joinpath(Compat.Sys.BINDIR, "..")
end
const juliaprefix = joinpath(Compat.Sys.BINDIR, "..")

juliaproducts = Product[
LibraryProduct(juliaprefix, "libmbedtls", :libmbedtls)
Expand Down
Loading

0 comments on commit 4740344

Please sign in to comment.