Skip to content

Commit d4cbd3a

Browse files
authored
src_name isn't defined here
Otherwise the long comment about being able to use it is a lie
1 parent eed70d6 commit d4cbd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toplevel_generators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function generate_imports(src_name)
2222
# require greater and greater heroics for more and more complex packages.
2323
@static if VERSION < v"1.3.0-rc4"
2424
return quote
25-
error("Unable to use $(src_name)_jll on Julia versions older than 1.3!")
25+
error("Unable to use $($(src_name))_jll on Julia versions older than 1.3!")
2626
end
2727
elseif VERSION < v"1.6.0-DEV"
2828
# Use slow Pkg-based Artifacts

0 commit comments

Comments
 (0)