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.
dlopen
1 parent 35e4fd9 commit 0cf3070Copy full SHA for 0cf3070
src/AutoBuild.jl
@@ -1183,7 +1183,7 @@ function build_jll_package(src_name::String,
1183
println(io, """
1184
# Manually `dlopen()` this right now so that future invocations
1185
# of `ccall` with its `SONAME` will find this path immediately.
1186
- global $(vp)_handle = dlopen($(vp)_path$(BinaryBuilderBase.dlopen_flags_str(p)))
+ global $(vp)_handle = dlopen($(vp)_path, $(BinaryBuilderBase.dlopen_flags_str(p)))
1187
push!(LIBPATH_list, dirname($(vp)_path))
1188
""")
1189
elseif p isa ExecutableProduct
0 commit comments