Ensure that the library name is loaded correctly
This commit is contained in:
parent
7d40e23cc6
commit
08515095c5
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@
|
||||||
(defn load-system-library
|
(defn load-system-library
|
||||||
"Loads the library named `libname` from the system's load path."
|
"Loads the library named `libname` from the system's load path."
|
||||||
[libname]
|
[libname]
|
||||||
(System/loadLibrary (name ~libname)))
|
(System/loadLibrary (name libname)))
|
||||||
|
|
||||||
(defn load-library
|
(defn load-library
|
||||||
"Loads the library at `path`."
|
"Loads the library at `path`."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue