Merge pull request #136 from houqp/houqp-master

update koreader-base
pull/140/head
{Qingping,Dave} Hou 11 years ago
commit d0e23dd90e

@ -54,6 +54,7 @@ bootstrapemu:
test -e $(EMU_DIR)/reader.lua || (cd $(EMU_DIR) && ln -s ../reader.lua ./)
test -e $(EMU_DIR)/history || (mkdir $(EMU_DIR)/history)
test -e $(EMU_DIR)/$(MO_DIR) || (cd $(EMU_DIR) && ln -s ../$(MO_DIR) ./)
test -e $(EMU_DIR)/ev_replay.py || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/ev_replay.py ./)
customupdate: all
# ensure that the binaries were built for ARM

Loading…
Cancel
Save