Skip to content

Commit

Permalink
Allow custom binaries for Julia v1.3+ too
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 5, 2020
1 parent 7ccae80 commit c4c354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ipopt.jl
Expand Up @@ -2,7 +2,7 @@ module Ipopt
using Libdl
using LinearAlgebra

if VERSION < v"1.3"
if VERSION < v"1.3" || (haskey(ENV, "JULIA_IPOPT_LIBRARY_PATH") && haskey(ENV, "JULIA_IPOPT_EXECUTABLE_PATH"))
if isfile(joinpath(dirname(@__FILE__),"..","deps","deps.jl"))
include("../deps/deps.jl")
else
Expand Down

0 comments on commit c4c354b

Please sign in to comment.