Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 8, 2020
1 parent e92beca commit daf85f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L/libjulia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function configure(version)
if [[ "${version}" == 1.4.* ]]; then
LLVMLINK="-L${prefix}/lib -lLLVM-8jl"
if [[ "${target}" == arm-* ]]; then
LDFLAGS="${LDFLAGS} -latomics"
LDFLAGS="${LDFLAGS} -latomic"
fi
else
LLVMLINK="-L${prefix}/lib -lLLVM-9jl"
Expand Down

0 comments on commit daf85f1

Please sign in to comment.