Mispelling.
This commit is contained in:
parent
b8da46e10e
commit
466464d8a4
|
@ -23,7 +23,7 @@ package.path = USERDIR .. '/?/init.lua;' .. package.path
|
|||
local dynamic_suffix = PLATFORM == "Mac OS X" and 'lib' or (PLATFORM == "Windows" and 'dll' or 'so')
|
||||
package.cpath = DATADIR .. '/?.' .. dynamic_suffix .. ";" .. USERDIR .. '/?.' .. dynamic_suffix
|
||||
package.native_plugins = {}
|
||||
package.searchers = { package.seachers[1], package.searchers[2], function(modname)
|
||||
package.searchers = { package.searchers[1], package.searchers[2], function(modname)
|
||||
local path = package.searchpath(modname, package.cpath)
|
||||
if not path then return nil end
|
||||
return system.load_native_plugin, path
|
||||
|
|
Loading…
Reference in New Issue