Ensure that the library name is loaded correctly

This commit is contained in:
Joshua Suskalo 2021-09-22 18:22:39 -05:00
parent 7d40e23cc6
commit 08515095c5

View file

@ -567,7 +567,7 @@
(defn load-system-library
"Loads the library named `libname` from the system's load path."
[libname]
(System/loadLibrary (name ~libname)))
(System/loadLibrary (name libname)))
(defn load-library
"Loads the library at `path`."