mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
link ev_replay to emu dir
This commit is contained in:
1
Makefile
1
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user