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

Commit c967bec

Browse files
authored
indent line continuations
1 parent 462f9b3 commit c967bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ builddir = joinpath(BinDeps.depsdir(libOS), "src", "OS-$version", "build")
3535
ENV2 = copy(ENV)
3636
@static if is_unix()
3737
ENV2["PKG_CONFIG_PATH"] = string(joinpath(cbclibdir, "pkgconfig"),
38-
":", joinpath(ipoptlibdir, "pkgconfig"))
38+
":", joinpath(ipoptlibdir, "pkgconfig"))
3939
end
4040
cbcincdir = joinpath(cbclibdir, "..", "include", "coin")
4141

0 commit comments

Comments
 (0)