mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
build: fix android and pocketbook builds
This commit is contained in:
4
Makefile
4
Makefile
@@ -11,9 +11,9 @@ REVISION=$(shell git rev-parse --short HEAD)
|
||||
|
||||
# set PATH to find CC in managed toolchains
|
||||
ifeq ($(TARGET), android)
|
||||
PATH:=$(CURDIR)/$(KOR_BASE)/$(ANDROID_TOOLCHAIN)/bin:$(PATH)
|
||||
PATH:=$(ANDROID_TOOLCHAIN)/bin:$(PATH)
|
||||
else ifeq ($(TARGET), pocketbook)
|
||||
PATH:=$(CURDIR)/$(KOR_BASE)/$(POCKETBOOK_TOOLCHAIN)/bin:$(PATH)
|
||||
PATH:=$(POCKETBOOK_TOOLCHAIN)/bin:$(PATH)
|
||||
endif
|
||||
|
||||
MACHINE=$(shell PATH=$(PATH) $(CC) -dumpmachine 2>/dev/null)
|
||||
|
||||
2
base
2
base
Submodule base updated: 132b166259...55032c87b2
Submodule platform/android/luajit-launcher updated: 04f6f08c29...f304bf8659
Reference in New Issue
Block a user