We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8f520 commit 8febad0Copy full SHA for 8febad0
src/AutoBuild.jl
@@ -1191,7 +1191,8 @@ function build_jll_package(src_name::String,
1191
filter!(!isempty, unique!(PATH_list))
1192
filter!(!isempty, unique!(LIBPATH_list))
1193
global PATH = join(PATH_list, $(repr(pathsep)))
1194
- global LIBPATH = join(vcat(LIBPATH_list, [$(init_libpath)]), $(repr(pathsep)))) end # __init__()
+ global LIBPATH = join(vcat(LIBPATH_list, [$(init_libpath)]), $(repr(pathsep)))
1195
+ end # __init__()
1196
""")
1197
end
1198
0 commit comments