forked from koreader/koreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- koreader/koreader-base#1948 - koreader/koreader-base#1949 - koreader/koreader-base#1950 - koreader/koreader-base#1951 - koreader/koreader-base#1952 - koreader/koreader-base#1953 - koreader/koreader-base#1954 - koreader/koreader-base#1955 - koreader/koreader-base#1957 - koreader/koreader-base#1958
- Loading branch information
1 parent
f0e5acf
commit 7e7f862
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule base
updated
16 files
+4 −26 | .gitignore | |
+2 −0 | Makefile | |
+3 −1 | Makefile.defs | |
+0 −22 | ffi-cdecl/pthread_cdecl.c | |
+1 −1 | ffi/loadlib.lua | |
+2 −1 | ffi/posix_h.lua | |
+0 −14 | ffi/pthread_64b_h.lua | |
+0 −14 | ffi/pthread_def_h.lua | |
+64 −10 | ffi/pthread_h.lua | |
+0 −14 | ffi/pthread_x64_h.lua | |
+0 −14 | ffi/pthread_x86_h.lua | |
+1 −0 | ffi/util.lua | |
+15 −7 | thirdparty/cmake_modules/koenv.sh | |
+0 −1 | thirdparty/cmake_modules/koreader_targets.cmake | |
+1 −1 | thirdparty/luajit/CMakeLists.txt | |
+3 −0 | utils/bininfo.py |