diff --git a/src/coffi/ffi.clj b/src/coffi/ffi.clj index 5e9b72b..fb5bbc7 100644 --- a/src/coffi/ffi.clj +++ b/src/coffi/ffi.clj @@ -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`."