Skip to content

Commit

Permalink
Fix missing LUA_LJ_SQLITE dep (#1219)
Browse files Browse the repository at this point in the history
Missed in 32af1b8
  • Loading branch information
ezdiy committed Oct 15, 2020
1 parent 136ae92 commit 78204b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ all: $(OUTPUT_DIR)/libs $(if $(ANDROID),,$(LUAJIT)) \
$(if $(KOBO),$(OUTPUT_DIR)/data/KoboUSBMS.tar.gz,) \
$(if $(REMARKABLE),$(OUTPUT_DIR)/button-listen,) \
$(SQLITE_LIB) \
$(LUA_LJ_SQLITE) \
$(if $(or $(CERVANTES),$(KINDLE),$(KOBO),$(POCKETBOOK),$(REMARKABLE),$(SONY_PRSTUX)),$(CURL_LIB),) \
$(if $(or $(CERVANTES),$(KINDLE),$(KOBO),$(POCKETBOOK),$(REMARKABLE),$(SONY_PRSTUX)),$(OUTPUT_DIR)/zsync2,)
ifeq ($(DO_STRIP),1)
Expand Down

0 comments on commit 78204b0

Please sign in to comment.