Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 17, 2020
1 parent 8dd66d5 commit 47fc584
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion L/libjulia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ function configure(version)
elif [[ "${target}" == *apple* ]]; then
LLVMLINK="-L${prefix}/lib -lLLVM"
else
if [[ "${version}" == 1.4.* ]]; then
if [[ "${version}" == 1.3.* ]]; then
LLVMLINK="-L${prefix}/lib -lLLVM-6.0"
elif [[ "${version}" == 1.4.* ]]; then
LLVMLINK="-L${prefix}/lib -lLLVM-8jl"
else
LLVMLINK="-L${prefix}/lib -lLLVM-9jl"
Expand Down

0 comments on commit 47fc584

Please sign in to comment.