fix crash on kindle

pull/1442/head
Huang Xin 9 years ago
parent 1e7e401715
commit b4574a7359

@ -18,11 +18,6 @@ ffi.cdef[[
]]
if ffi.os == "Windows" then
ffi.C._putenv("PATH=libs;common;")
else
ffi.C.putenv("LD_LIBRARY_PATH="
.. util.realpath("libs") .. ":"
.. util.realpath("common") ..":"
.. ffi.string(ffi.C.getenv("LD_LIBRARY_PATH")))
end
local DocSettings = require("docsettings")

Loading…
Cancel
Save