mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix cannot load thrift library on Android
This commit is contained in:
@@ -2,7 +2,7 @@ local DEBUG = require("dbg")
|
||||
-- lfs
|
||||
|
||||
local PluginLoader = {
|
||||
plugin_path = lfs.currentdir().."/plugins"
|
||||
plugin_path = "plugins"
|
||||
}
|
||||
|
||||
function PluginLoader:loadPlugins()
|
||||
|
||||
Reference in New Issue
Block a user