Logo
Explore Help
Sign In
renun/koreader
1
0
Fork 0
You've already forked koreader
mirror of https://github.com/koreader/koreader.git synced 2025-08-10 00:52:38 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
706ab3bdfeced4e39cd1ea53a0167c84548e46ef
koreader/setupkoenv.lua

10 lines
267 B
Lua
Raw Normal View History

use new `ffi.loadlib` helper (#12545) To load our native libraries.
2024-09-26 18:36:09 +02:00
-- Set search path for `require()`.
refactor: move bootstrap code into setupkoenv.lua add ffi.load patch add kodev prompt command
2016-11-12 23:44:06 -08:00
package.path =
tweaks for new build system - forward unknown make targets to base - add `cmake` and `staging` directories to ignored output artifacts - drop `package.path` and `package.cpath` luarocks specific entries
2024-05-29 20:15:29 +02:00
"common/?.lua;frontend/?.lua;" ..
refactor: move bootstrap code into setupkoenv.lua add ffi.load patch add kodev prompt command
2016-11-12 23:44:06 -08:00
package.path
package.cpath =
tweaks for new build system - forward unknown make targets to base - add `cmake` and `staging` directories to ignored output artifacts - drop `package.path` and `package.cpath` luarocks specific entries
2024-05-29 20:15:29 +02:00
"common/?.so;common/?.dll;/usr/lib/lua/?.so;" ..
refactor: move bootstrap code into setupkoenv.lua add ffi.load patch add kodev prompt command
2016-11-12 23:44:06 -08:00
package.cpath
use new `ffi.loadlib` helper (#12545) To load our native libraries.
2024-09-26 18:36:09 +02:00
-- Setup `ffi.load` override and 'loadlib' helper.
require("ffi/loadlib")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 499ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API