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

Commit

Permalink
indent line continuations
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman authored Apr 2, 2017
1 parent 462f9b3 commit c967bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ builddir = joinpath(BinDeps.depsdir(libOS), "src", "OS-$version", "build")
ENV2 = copy(ENV)
@static if is_unix()
ENV2["PKG_CONFIG_PATH"] = string(joinpath(cbclibdir, "pkgconfig"),
":", joinpath(ipoptlibdir, "pkgconfig"))
":", joinpath(ipoptlibdir, "pkgconfig"))
end
cbcincdir = joinpath(cbclibdir, "..", "include", "coin")

Expand Down

0 comments on commit c967bec

Please sign in to comment.