diff --git a/ffi/util.lua b/ffi/util.lua index e907e83ee..2d37f8c63 100644 --- a/ffi/util.lua +++ b/ffi/util.lua @@ -431,8 +431,8 @@ function util.ffiLoadCandidates(candidates) end end - -- we failed, this is the error message - return lib + -- we failed, lib is the error message + return lib_loaded, lib end --- Returns true if isWindows…