File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,14 @@ build configuration.
76
76
77
77
---
78
78
79
- LibraryProduct(libname, varname::Symbol; dir_paths=String[],
80
- dont_dlopen=false,
81
- dlopen_flags=Symbol[])
79
+ LibraryProduct(libname, varname::Symbol, dir_paths=String[];
80
+ dont_dlopen=false, dlopen_flags=Symbol[])
82
81
83
82
Declares a `LibraryProduct` that points to a library located within the prefix.
84
83
`libname` specifies the basename of the library, `varname` is the name of the
85
84
variable in the JLL package that can be used to call into the library. By
86
85
default, the library is searched in the `libdir`, but you can add other
87
- directories within the prefix to the `dir_paths` keyword argument. You can
86
+ directories within the prefix to the `dir_paths` argument. You can
88
87
specify the flags to pass to `dlopen` as a vector of `Symbols` with the
89
88
`dlopen_flags` keyword argument. If the library should not be dlopen'ed
90
89
automatically by the JLL package, set `dont_dlopen=true`.
You can’t perform that action at this time.
0 commit comments